Skip to content

Commit

Permalink
Fix back on TV
Browse files Browse the repository at this point in the history
Fixes #325
  • Loading branch information
moneytoo committed Jul 4, 2022
1 parent 1472eed commit d494c33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/brouken/player/PlayerActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,8 @@ public boolean onKeyDown(int keyCode, KeyEvent event) {
if (controllerVisible && player != null && player.isPlaying()) {
playerView.hideController();
return true;
} else {
onBackPressed();
}
}
break;
Expand Down

0 comments on commit d494c33

Please sign in to comment.