reverse test so games db can be loaded

This commit is contained in:
Eric House 2013-11-22 18:51:42 -08:00
parent 85a49885fb
commit d2c87647cd

View file

@ -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 );