mirror of https://github.com/BOINC/boinc.git
android: bugfix for previous commit
This commit is contained in:
parent
2ffb8fdf61
commit
df438aeb43
|
@ -302,6 +302,7 @@ public class BOINCActivity extends TabActivity {
|
|||
// event log, show only in advanced mode
|
||||
MenuItem eventLog = menu.findItem(R.id.event_log);
|
||||
if(Monitor.getAppPrefs().getShowAdvanced()) eventLog.setVisible(true);
|
||||
else eventLog.setVisible(false);
|
||||
|
||||
return super.onPrepareOptionsMenu(menu);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue