mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-27 09:31:20 +01:00
Fix local echos not being shown when re-opening rooms
This commit is contained in:
parent
17d363cf9a
commit
856f25f684
1
changelog.d/5551.bugfix
Normal file
1
changelog.d/5551.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fix local echos not being shown when re-opening rooms
|
@ -55,6 +55,7 @@ internal class RealmSendingEventsDataSource(
|
||||
roomEntity = RoomEntity.where(safeRealm, roomId = roomId).findFirst()
|
||||
sendingTimelineEvents = roomEntity?.sendingTimelineEvents
|
||||
sendingTimelineEvents?.addChangeListener(sendingTimelineEventsListener)
|
||||
updateFrozenResults(sendingTimelineEvents)
|
||||
}
|
||||
|
||||
override fun stop() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user