Order call links in reverse chron on calls tab.

This commit is contained in:
Alex Hart
2023-09-12 10:16:49 -03:00
parent a1eafe311e
commit 10aecb9390
2 changed files with 2 additions and 1 deletions

View File

@@ -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()