fix assertion: we do handle that case

This commit is contained in:
Eric House 2017-02-24 09:12:11 -08:00
parent 48bd5d7f1d
commit 19a7b7e146

View file

@ -272,6 +272,7 @@ public class PrefsDelegate extends DelegateBase
case CONFIRM_THEN:
case DIALOG_OKONLY:
case DIALOG_ENABLESMS:
case DIALOG_NOTAGAIN:
HostDelegate.showForResult( m_activity, state );
break;