You've already forked element-android
mirror of
https://github.com/vector-im/element-android.git
synced 2025-07-29 19:41:14 +03:00
Create a SyncService and move some methods from Session there.
Merge SyncStatusService to SyncService, and rename some classes
This commit is contained in:
@ -88,7 +88,7 @@ class FlowSession(private val session: Session) {
|
||||
}
|
||||
|
||||
fun liveSyncState(): Flow<SyncState> {
|
||||
return session.getSyncStateLive().asFlow()
|
||||
return session.syncService().getSyncStateLive().asFlow()
|
||||
}
|
||||
|
||||
fun livePushers(): Flow<List<Pusher>> {
|
||||
|
Reference in New Issue
Block a user