mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-07-26 22:42:17 +00:00
fix: force sync pull on foreground request
This commit is contained in:
parent
43b35310cf
commit
dc34df6828
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
|
@ -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) }
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
CURRENT_PROJECT_VERSION=69
|
||||
MARKETING_VERSION=0.1.26
|
||||
MARKETING_VERSION=0.1.27
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue