Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #33350 from begeeben/1199986_user_cannot_use_back
Browse files Browse the repository at this point in the history
Bug 1199986 - [TV 2.5][Browser] User cannot use Back key to exit Settings page, r=sean lee
  • Loading branch information
begeeben committed Nov 25, 2015
2 parents a70530c + d89a52a commit 38cab3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tv_apps/browser/js/settings.js
Expand Up @@ -701,6 +701,7 @@ var Settings = {
break;

case KeyEvent.DOM_VK_BACK_SPACE :
case KeyEvent.DOM_VK_ESCAPE:
if( Settings.isDialogHomepageDisplayed() ) {
Settings.hideDialogHomepage();
return true;
Expand Down

0 comments on commit 38cab3b

Please sign in to comment.