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
c8b587c29b
commit
ba9fe85611
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ public class DlgDelegate {
|
||||||
Builder( DlgID dlgID ) {
|
Builder( DlgID dlgID ) {
|
||||||
mState = new DlgState( dlgID )
|
mState = new DlgState( dlgID )
|
||||||
.setPosButton( android.R.string.ok ) // default
|
.setPosButton( android.R.string.ok ) // default
|
||||||
|
.setAction( Action.SKIP_CALLBACK )
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue