mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
start from gameID in onCreate as well as onNewIntent.
This commit is contained in:
parent
8947ddca0b
commit
0cc7ad3e49
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ public class GamesList extends XWListActivity
|
|||
Intent intent = getIntent();
|
||||
startFirstHasDict( intent );
|
||||
startNewNetGame( intent );
|
||||
|
||||
startHasGameID( intent );
|
||||
askDefaultNameIf();
|
||||
} // onCreate
|
||||
|
||||
|
|
Loading…
Reference in a new issue