fix: force sync pull on foreground request

This commit is contained in:
tapframe 2026-05-31 14:03:26 +05:30
parent 43b35310cf
commit dc34df6828
3 changed files with 2 additions and 2 deletions

View file

@ -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) }

View file

@ -1,3 +1,3 @@
CURRENT_PROJECT_VERSION=69
MARKETING_VERSION=0.1.26
MARKETING_VERSION=0.1.27