mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +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 = {
|
private static final int[] ONEGAME_ITEMS = {
|
||||||
R.id.games_game_config,
|
R.id.games_game_config,
|
||||||
R.id.games_game_rename,
|
R.id.games_game_rename,
|
||||||
|
R.id.games_game_rematch,
|
||||||
R.id.games_game_new_from,
|
R.id.games_game_new_from,
|
||||||
R.id.games_game_copy,
|
R.id.games_game_copy,
|
||||||
};
|
};
|
||||||
|
@ -2148,7 +2149,6 @@ public class GamesListDelegate extends ListDelegateBase
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case R.id.games_game_rematch:
|
case R.id.games_game_rematch:
|
||||||
Assert.assertTrue( 1 == selRowIDs.length );
|
|
||||||
BoardDelegate.setupRematchFor( m_activity, selRowIDs[0] );
|
BoardDelegate.setupRematchFor( m_activity, selRowIDs[0] );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue