mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
fix ktlint format
This commit is contained in:
parent
493374c423
commit
01ade64f3b
@ -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 New Issue
Block a user