mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 07:49:19 +01:00
Android: fix ATV not exiting
regression from 1e3a2979006ce5da1b8e7f196039def455411c9b PR7518
This commit is contained in:
parent
dd0122944a
commit
1b3db3d8c1
@ -572,6 +572,7 @@ public final class EmulationActivity extends AppCompatActivity
|
||||
if (TvUtil.isLeanback(getApplicationContext()))
|
||||
toggleMenu(); // Hide the menu (it will be showing since we just clicked it)
|
||||
mEmulationFragment.stopEmulation();
|
||||
finish();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user