mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
provide default Action to avoid NPE
This commit is contained in:
parent
04534d729e
commit
4d960c2115
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