mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
need to call super when don't handle an id locally
This commit is contained in:
parent
4452adf33d
commit
af5cbe5325
1 changed files with 3 additions and 0 deletions
|
@ -250,6 +250,9 @@ public class NewGameDelegate extends DelegateBase {
|
|||
case ENABLE_NFC:
|
||||
dialog = NFCUtils.makeEnableNFCDialog( m_activity );
|
||||
break;
|
||||
default:
|
||||
dialog = super.onCreateDialog( id );
|
||||
break;
|
||||
}
|
||||
return dialog;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue