mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Fix local echos not being shown when re-opening rooms
Change-Id: Ib07f290028b7e97b64f3712c2cac01b5038f8dc8
This commit is contained in:
parent
4d8cedf6e5
commit
4bb246ffe1
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue