mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 10:40:11 -05:00
Fix sorting of threaded messages.
This commit is contained in:
parent
1ab04587a9
commit
6d1f96966a
@ -418,8 +418,7 @@ public class EmailProvider extends ContentProvider {
|
||||
|
||||
if (!StringUtils.isNullOrEmpty(sortOrder)) {
|
||||
query.append(" ORDER BY ");
|
||||
query.append(SqlQueryBuilder.addPrefixToSelection(MESSAGES_COLUMNS,
|
||||
"u.", sortOrder));
|
||||
query.append(sortOrder);
|
||||
}
|
||||
|
||||
// We need the selection arguments twice. Once for each sub query.
|
||||
|
Loading…
Reference in New Issue
Block a user