mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
offer debug menuitems on NON_RELEASE builds
not just DEBUG
This commit is contained in:
parent
731a24ba0a
commit
085aad63ee
1 changed files with 1 additions and 1 deletions
|
@ -1664,7 +1664,7 @@ public class GamesListDelegate extends ListDelegateBase
|
|||
if ( m_menuPrepared ) {
|
||||
boolean nothingSelected = 0 == (nGroupsSelected + nGamesSelected);
|
||||
|
||||
final boolean showDbg = BuildConfig.DEBUG
|
||||
final boolean showDbg = BuildConfig.NON_RELEASE
|
||||
|| XWPrefs.getDebugEnabled( m_activity );
|
||||
showItemsIf( DEBUG_ITEMS, menu, nothingSelected && showDbg );
|
||||
Utils.setItemVisible( menu, R.id.games_menu_loaddb,
|
||||
|
|
Loading…
Reference in a new issue