start games via invite in onNewIntent -- required now that singleTask

is the mode and working.
This commit is contained in:
Andy2 2011-07-11 20:06:28 -07:00
parent 29c2e0bfd6
commit b28a818a1d

View file

@ -242,8 +242,10 @@ public class GamesList extends XWListActivity
protected void onNewIntent( Intent intent )
{
super.onNewIntent( intent );
invalRelayIDs( intent.getStringArrayExtra( DispatchNotify.RELAYIDS_EXTRA ) );
invalRelayIDs( intent.
getStringArrayExtra( DispatchNotify.RELAYIDS_EXTRA ) );
startFirstHasDict( intent );
startNewNetGameIf( intent );
}
@Override