We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ce28b commit d61e679Copy full SHA for d61e679
core/src/commonMain/kotlin/com/powersync/sync/SyncStream.kt
@@ -436,8 +436,8 @@ internal class SyncStream(
436
state: SyncStreamState,
437
): SyncStreamState {
438
val batch = SyncDataBatch(listOf(data))
439
- status.update { copy(downloading = true, downloadProgress = downloadProgress?.incrementDownloaded(batch)) }
440
bucketStorage.saveSyncData(batch)
+ status.update { copy(downloading = true, downloadProgress = downloadProgress?.incrementDownloaded(batch)) }
441
return state
442
}
443
0 commit comments