fix: douvle tap to seek to not show controls

This commit is contained in:
tapframe 2026-04-27 13:00:12 +05:30
parent 2c81082d17
commit 097fabafa9
2 changed files with 2 additions and 3 deletions

View file

@ -657,7 +657,6 @@ fun PlayerScreen(
}
}
playerController?.seekTo(targetPositionMs)
controlsVisible = true
showSeekFeedback(direction, nextState.amountMs)
accumulatedSeekResetJob?.cancel()

View file

@ -1,3 +1,3 @@
CURRENT_PROJECT_VERSION=40
MARKETING_VERSION=0.1.9
CURRENT_PROJECT_VERSION=42
MARKETING_VERSION=0.1.10