Revert unwanted change.
This commit is contained in:
parent
f0721e484d
commit
acac3a42bf
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class SlidingSyncObserverProxy(
|
||||||
override fun didReceiveSyncUpdate(summary: UpdateSummary) {
|
override fun didReceiveSyncUpdate(summary: UpdateSummary) {
|
||||||
if (summary.rooms.isEmpty()) return
|
if (summary.rooms.isEmpty()) return
|
||||||
coroutineScope.launch {
|
coroutineScope.launch {
|
||||||
updateSummaryMutableFlow.tryEmit(summary)
|
updateSummaryMutableFlow.emit(summary)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue