Show player controls on pressing Pad Down (#1031)

This commit is contained in:
KingLucius 2024-04-10 17:14:47 +02:00 committed by GitHub
parent 0a24661e4c
commit d8f89df163
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1159,6 +1159,7 @@ open class FullScreenPlayer : AbstractPlayerFragment() {
}
}
KeyEvent.KEYCODE_DPAD_DOWN,
KeyEvent.KEYCODE_DPAD_UP -> {
if (!isShowing) {
onClickChange()