mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
reverse test so games db can be loaded
This commit is contained in:
parent
85a49885fb
commit
d2c87647cd
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ public class GamesList extends XWExpandableListActivity
|
|||
|| XWPrefs.getDebugEnabled( this );
|
||||
showItemsIf( DEBUG_ITEMS, menu, nothingSelected && showDbg );
|
||||
Utils.setItemVisible( menu, R.id.games_menu_loaddb,
|
||||
showDbg && !DBUtils.gameDBExists( this ) );
|
||||
showDbg && DBUtils.gameDBExists( this ) );
|
||||
|
||||
showItemsIf( NOSEL_ITEMS, menu, nothingSelected );
|
||||
showItemsIf( ONEGAME_ITEMS, menu, 1 == nGamesSelected );
|
||||
|
|
Loading…
Reference in a new issue