diff --git a/composeApp/libs/lib-decoder-ffmpeg-release.aar b/composeApp/libs/lib-decoder-ffmpeg-release.aar index 2ee1cee72..75ec0a868 100644 Binary files a/composeApp/libs/lib-decoder-ffmpeg-release.aar and b/composeApp/libs/lib-decoder-ffmpeg-release.aar differ diff --git a/composeApp/src/commonMain/kotlin/com/nuvio/app/App.kt b/composeApp/src/commonMain/kotlin/com/nuvio/app/App.kt index f40c39e2f..2d4f380d7 100644 --- a/composeApp/src/commonMain/kotlin/com/nuvio/app/App.kt +++ b/composeApp/src/commonMain/kotlin/com/nuvio/app/App.kt @@ -768,7 +768,7 @@ private fun MainAppContent( val activeProfileId = profileState.activeProfile?.profileIndex ?: return@LaunchedEffect AppForegroundMonitor.events().collect { - SyncManager.requestForegroundPull(activeProfileId) + SyncManager.requestForegroundPull(activeProfileId, force = true) } } var profileSwitchLoading by remember { mutableStateOf(false) } diff --git a/iosApp/Configuration/Version.xcconfig b/iosApp/Configuration/Version.xcconfig index b16ba9380..e0cd46486 100644 --- a/iosApp/Configuration/Version.xcconfig +++ b/iosApp/Configuration/Version.xcconfig @@ -1,3 +1,3 @@ CURRENT_PROJECT_VERSION=69 -MARKETING_VERSION=0.1.26 +MARKETING_VERSION=0.1.27