Android: fix ATV not exiting

regression from 1e3a2979006ce5da1b8e7f196039def455411c9b PR7518
This commit is contained in:
zackhow 2018-10-28 21:29:50 -04:00
parent dd0122944a
commit 1b3db3d8c1

View File

@ -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;
}
}