diff --git a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java index cee9da1eb..a889dfcfe 100644 --- a/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java +++ b/xwords4/android/XWords4/src/org/eehouse/android/xw4/GamesList.java @@ -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 );