Skip to content

Commit

Permalink
Show player controls on pressing Pad Down (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingLucius committed Apr 10, 2024
1 parent 0a24661 commit d8f89df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,7 @@ open class FullScreenPlayer : AbstractPlayerFragment() {
}
}

KeyEvent.KEYCODE_DPAD_DOWN,
KeyEvent.KEYCODE_DPAD_UP -> {
if (!isShowing) {
onClickChange()
Expand Down

0 comments on commit d8f89df

Please sign in to comment.