mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +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:
|
case ENABLE_NFC:
|
||||||
dialog = NFCUtils.makeEnableNFCDialog( m_activity );
|
dialog = NFCUtils.makeEnableNFCDialog( m_activity );
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
dialog = super.onCreateDialog( id );
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return dialog;
|
return dialog;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue