mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Order call links in reverse chron on calls tab.
This commit is contained in:
@@ -343,6 +343,7 @@ class CallLinkTable(context: Context, databaseHelper: SignalDatabase) : Database
|
||||
SELECT $projection
|
||||
FROM $TABLE_NAME
|
||||
WHERE $noCallEvent AND NOT $REVOKED ${searchFilter?.where ?: ""}
|
||||
ORDER BY $ID DESC
|
||||
$limitOffset
|
||||
""".trimIndent()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user