mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-27 09:31:20 +01: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
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 New Issue
Block a user