mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
enable check-for-updated menu even on DEBUG builds (though the server
doesn't respond with anything yet)
This commit is contained in:
parent
f4f9d11c3b
commit
faba6c856f
1 changed files with 1 additions and 1 deletions
|
@ -1300,7 +1300,7 @@ public class GamesListDelegate extends ListDelegateBase
|
|||
|
||||
// check for updates only serves release builds, so don't offer in
|
||||
// DEBUG case
|
||||
boolean enable = showDbg && !BuildConfig.DEBUG && nothingSelected
|
||||
boolean enable = showDbg && nothingSelected
|
||||
&& UpdateCheckReceiver.haveToCheck( m_activity );
|
||||
Utils.setItemVisible( menu, R.id.games_menu_checkupdates, enable );
|
||||
|
||||
|
|
Loading…
Reference in a new issue