mirror of
https://github.com/Retropex/dolphin.git
synced 2025-08-04 05:54:47 +02:00
parent
dd0122944a
commit
1b3db3d8c1
@ -572,6 +572,7 @@ public final class EmulationActivity extends AppCompatActivity
|
|||||||
if (TvUtil.isLeanback(getApplicationContext()))
|
if (TvUtil.isLeanback(getApplicationContext()))
|
||||||
toggleMenu(); // Hide the menu (it will be showing since we just clicked it)
|
toggleMenu(); // Hide the menu (it will be showing since we just clicked it)
|
||||||
mEmulationFragment.stopEmulation();
|
mEmulationFragment.stopEmulation();
|
||||||
|
finish();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user