hide the menu-item after increasing brightness
This commit is contained in:
parent
3a842bd725
commit
9daa1305cb
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ public class PassViewActivityBase extends ActionBarActivity {
|
|||
finish();
|
||||
return true;
|
||||
case R.id.menu_light:
|
||||
item.setVisible(false);
|
||||
setToFullBrightness();
|
||||
return true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue