mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
provide default Action to avoid NPE
This commit is contained in:
parent
c8b587c29b
commit
ba9fe85611
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ public class DlgDelegate {
|
|||
Builder( DlgID dlgID ) {
|
||||
mState = new DlgState( dlgID )
|
||||
.setPosButton( android.R.string.ok ) // default
|
||||
.setAction( Action.SKIP_CALLBACK )
|
||||
;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue