From 097fabafa9129ce36c7c49b5e62ba7582242064c Mon Sep 17 00:00:00 2001 From: tapframe <85391825+tapframe@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:00:12 +0530 Subject: [PATCH] fix: douvle tap to seek to not show controls --- .../kotlin/com/nuvio/app/features/player/PlayerScreen.kt | 1 - iosApp/Configuration/Version.xcconfig | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/composeApp/src/commonMain/kotlin/com/nuvio/app/features/player/PlayerScreen.kt b/composeApp/src/commonMain/kotlin/com/nuvio/app/features/player/PlayerScreen.kt index e862fc29..c3c5dd75 100644 --- a/composeApp/src/commonMain/kotlin/com/nuvio/app/features/player/PlayerScreen.kt +++ b/composeApp/src/commonMain/kotlin/com/nuvio/app/features/player/PlayerScreen.kt @@ -657,7 +657,6 @@ fun PlayerScreen( } } playerController?.seekTo(targetPositionMs) - controlsVisible = true showSeekFeedback(direction, nextState.amountMs) accumulatedSeekResetJob?.cancel() diff --git a/iosApp/Configuration/Version.xcconfig b/iosApp/Configuration/Version.xcconfig index 9f8d477b..d2dd1f20 100644 --- a/iosApp/Configuration/Version.xcconfig +++ b/iosApp/Configuration/Version.xcconfig @@ -1,3 +1,3 @@ -CURRENT_PROJECT_VERSION=40 -MARKETING_VERSION=0.1.9 +CURRENT_PROJECT_VERSION=42 +MARKETING_VERSION=0.1.10