mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Improve the ordering of conversation search results.
This commit is contained in:
@@ -602,7 +602,7 @@ public class ThreadDatabase extends Database {
|
||||
selectionArgs[i++] = recipientId.serialize();
|
||||
}
|
||||
|
||||
String query = createQuery(selection, 0);
|
||||
String query = createQuery(selection, DATE + " DESC", 0, 0);
|
||||
cursors.add(db.rawQuery(query, selectionArgs));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user