mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 11:51:10 +01:00
Fix Call Log snap and ordering.
This commit is contained in:
committed by
Greyson Parrelli
parent
94b308cecb
commit
a3574292c6
@@ -50,6 +50,7 @@ class ConversationSettingsRepository(
|
||||
SignalDatabase.messages.getMessages(messageIds).iterator().asSequence()
|
||||
.filter { callMap.containsKey(it.id) }
|
||||
.map { callMap[it.id]!! to it }
|
||||
.sortedByDescending { it.first.timestamp }
|
||||
.toList()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user