Skip to content

Commit

Permalink
Android: Don't hide the menu when pressing Exit
Browse files Browse the repository at this point in the history
Removing the menu for a split second before showing the transition
back to the main activity looks janky.
  • Loading branch information
JosJuice committed Sep 8, 2020
1 parent 27554d2 commit 48c34bb
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -674,9 +674,6 @@ public void handleMenuAction(@MenuAction int menuAction)
return;

case MENU_ACTION_EXIT:
// Hide the menu (it will be showing since we just clicked it)
toggleMenu();

mEmulationFragment.stopEmulation();
finish();
return;
Expand Down

0 comments on commit 48c34bb

Please sign in to comment.