Skip to content
Permalink
Browse files
Merge pull request #7529 from zackhow/atv-exit
Android: fix ATV not exiting
  • Loading branch information
delroth committed Oct 29, 2018
2 parents dd01229 + 1b3db3d commit 2b905eb
Showing 1 changed file with 1 addition and 0 deletions.
@@ -572,6 +572,7 @@ public void handleMenuAction(@MenuAction int menuAction)
if (TvUtil.isLeanback(getApplicationContext()))
toggleMenu(); // Hide the menu (it will be showing since we just clicked it)
mEmulationFragment.stopEmulation();
finish();
return;
}
}

0 comments on commit 2b905eb

Please sign in to comment.