mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 02:50:56 +01:00
Always sort conversation thread on time
This commit is contained in:
@@ -1610,7 +1610,7 @@ public class FragmentMessages extends FragmentEx {
|
||||
|
||||
case THREAD:
|
||||
messages = new LivePagedListBuilder<>(
|
||||
db.message().pagedThread(account, thread, threading ? null : id, sort, debug), LOCAL_PAGE_SIZE).build();
|
||||
db.message().pagedThread(account, thread, threading ? null : id, debug), LOCAL_PAGE_SIZE).build();
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user