mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
don't create new using-defaults game is if from a received invitation
This commit is contained in:
parent
17f4e35bf4
commit
f87dd30bd6
1 changed files with 1 additions and 1 deletions
|
@ -2091,7 +2091,7 @@ public class GamesListDelegate extends ListDelegateBase
|
|||
GameConfigDelegate.editForResult( m_activity, CONFIG_GAME, rowID );
|
||||
} else {
|
||||
// launch it
|
||||
GameUtils.launchGame( m_activity, rowID, !m_nextIsSolo );
|
||||
GameUtils.launchGame( m_activity, rowID );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue