mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-16 23:12:12 +00:00
fix: douvle tap to seek to not show controls
This commit is contained in:
parent
2c81082d17
commit
097fabafa9
2 changed files with 2 additions and 3 deletions
|
|
@ -657,7 +657,6 @@ fun PlayerScreen(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
playerController?.seekTo(targetPositionMs)
|
playerController?.seekTo(targetPositionMs)
|
||||||
controlsVisible = true
|
|
||||||
showSeekFeedback(direction, nextState.amountMs)
|
showSeekFeedback(direction, nextState.amountMs)
|
||||||
|
|
||||||
accumulatedSeekResetJob?.cancel()
|
accumulatedSeekResetJob?.cancel()
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
CURRENT_PROJECT_VERSION=40
|
CURRENT_PROJECT_VERSION=42
|
||||||
MARKETING_VERSION=0.1.9
|
MARKETING_VERSION=0.1.10
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue