Show player controls on pressing Pad Down

This commit is contained in:
KingLucius 2024-04-09 11:18:26 +02:00
parent 0a24661e4c
commit 94a592e059

View file

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