start from gameID in onCreate as well as onNewIntent.

This commit is contained in:
Eric House 2012-02-05 21:44:52 -08:00
parent 8947ddca0b
commit 0cc7ad3e49

View file

@ -282,7 +282,7 @@ public class GamesList extends XWListActivity
Intent intent = getIntent();
startFirstHasDict( intent );
startNewNetGame( intent );
startHasGameID( intent );
askDefaultNameIf();
} // onCreate