mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fixed text
This commit is contained in:
parent
537d764953
commit
52e7ade15c
1 changed files with 2 additions and 1 deletions
|
@ -1074,7 +1074,8 @@ open class FullScreenPlayer : AbstractPlayerFragment() {
|
||||||
}
|
}
|
||||||
|
|
||||||
when (keyCode) {
|
when (keyCode) {
|
||||||
// don't allow dpad move when hidde
|
// don't allow dpad move when hidden
|
||||||
|
|
||||||
KeyEvent.KEYCODE_DPAD_DOWN,
|
KeyEvent.KEYCODE_DPAD_DOWN,
|
||||||
KeyEvent.KEYCODE_DPAD_UP,
|
KeyEvent.KEYCODE_DPAD_UP,
|
||||||
KeyEvent.KEYCODE_DPAD_DOWN_LEFT,
|
KeyEvent.KEYCODE_DPAD_DOWN_LEFT,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue