mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
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:
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user