mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Merge pull request #5551 from SpiritCroc/local-echo
Fix local echos not being shown when re-opening rooms
This commit is contained in:
commit
794131d274
2 changed files with 2 additions and 0 deletions
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…
Reference in a new issue