provide default Action to avoid NPE

This commit is contained in:
Eric House 2020-06-23 09:41:40 -07:00
parent c8b587c29b
commit ba9fe85611

View file

@ -160,6 +160,7 @@ public class DlgDelegate {
Builder( DlgID dlgID ) {
mState = new DlgState( dlgID )
.setPosButton( android.R.string.ok ) // default
.setAction( Action.SKIP_CALLBACK )
;
}