Android: Don't hide the menu when pressing Exit

Removing the menu for a split second before showing the transition
back to the main activity looks janky.
This commit is contained in:
JosJuice 2020-07-28 17:48:43 +02:00
parent 27554d2f26
commit 48c34bba8a
1 changed files with 0 additions and 3 deletions

View File

@ -674,9 +674,6 @@ public final class EmulationActivity extends AppCompatActivity
return;
case MENU_ACTION_EXIT:
// Hide the menu (it will be showing since we just clicked it)
toggleMenu();
mEmulationFragment.stopEmulation();
finish();
return;