mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
fix offering Rematch when multiple games are selected
This commit is contained in:
parent
05b463f3fb
commit
c94c7c5d35
1 changed files with 1 additions and 1 deletions
|
@ -555,6 +555,7 @@ public class GamesListDelegate extends ListDelegateBase
|
|||
private static final int[] ONEGAME_ITEMS = {
|
||||
R.id.games_game_config,
|
||||
R.id.games_game_rename,
|
||||
R.id.games_game_rematch,
|
||||
R.id.games_game_new_from,
|
||||
R.id.games_game_copy,
|
||||
};
|
||||
|
@ -2148,7 +2149,6 @@ public class GamesListDelegate extends ListDelegateBase
|
|||
break;
|
||||
|
||||
case R.id.games_game_rematch:
|
||||
Assert.assertTrue( 1 == selRowIDs.length );
|
||||
BoardDelegate.setupRematchFor( m_activity, selRowIDs[0] );
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue