mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-22 05:38:55 +00:00
Fix #300
This commit is contained in:
parent
7747cc1cf0
commit
a426916b04
1 changed files with 1 additions and 2 deletions
|
|
@ -730,9 +730,8 @@ public class MainActivity extends AppCompatActivity implements HabitRPGUserCallb
|
|||
|
||||
@Override
|
||||
public boolean onKeyUp(int keyCode, KeyEvent event) {
|
||||
if(keyCode == KeyEvent.KEYCODE_MENU){
|
||||
if(keyCode == KeyEvent.KEYCODE_MENU && drawer != null){
|
||||
drawer.openDrawer();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue