RoomList: try syncing when network is back and inError state

This commit is contained in:
ganfra 2023-06-23 17:07:27 +02:00
parent 7846fa19b4
commit f3e072bdb0
6 changed files with 45 additions and 17 deletions

View file

@ -30,7 +30,7 @@ interface SyncService {
fun stopSync()
/**
*
* Flow of [SyncState]. Will be updated as soon as the current [SyncState] changes.
*/
fun syncState(): StateFlow<SyncState>
val syncState: StateFlow<SyncState>
}