mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fixed left dpad seeking
This commit is contained in:
parent
a01181e8e0
commit
f4d62a6bb0
1 changed files with 1 additions and 1 deletions
|
@ -1051,7 +1051,7 @@ open class FullScreenPlayer : AbstractPlayerFragment() {
|
||||||
}
|
}
|
||||||
KeyEvent.KEYCODE_DPAD_LEFT -> {
|
KeyEvent.KEYCODE_DPAD_LEFT -> {
|
||||||
if ((!isShowing && !isLocked) || player_pause_play?.isFocused == true) {
|
if ((!isShowing && !isLocked) || player_pause_play?.isFocused == true) {
|
||||||
player.seekTime(fastForwardTime)
|
player.seekTime(-fastForwardTime)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue