Update rust sdk : start branching new SyncService (wip)
This commit is contained in:
parent
2488432805
commit
9b96bd427c
10 changed files with 37 additions and 30 deletions
|
|
@ -29,7 +29,7 @@ class FakeSyncService : SyncService {
|
|||
syncStateFlow.value = SyncState.InError
|
||||
}
|
||||
|
||||
override fun startSync(): Result<Unit> {
|
||||
override suspend fun startSync(): Result<Unit> {
|
||||
syncStateFlow.value = SyncState.Syncing
|
||||
return Result.success(Unit)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue