RoomList: try syncing when network is back and inError state
This commit is contained in:
parent
7846fa19b4
commit
f3e072bdb0
6 changed files with 45 additions and 17 deletions
|
|
@ -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>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue