mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 10:55:55 +03:00
fix ktlint format
This commit is contained in:
parent
493374c423
commit
01ade64f3b
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ internal class RoomSyncHandler @Inject constructor(private val readReceiptHandle
|
|||
private fun fixStuckLocalEcho(rooms: List<RoomEntity>) {
|
||||
// when there are not room events, there is no need to delete SENT messages
|
||||
// this might be useful for events like typing etc
|
||||
if(rooms.isNullOrEmpty()) return
|
||||
if (rooms.isNullOrEmpty()) return
|
||||
rooms.forEach { roomEntity ->
|
||||
roomEntity.sendingTimelineEvents.filter { timelineEvent ->
|
||||
timelineEvent.root?.sendState == SendState.SENT
|
||||
|
|
Loading…
Reference in a new issue