Allow sorting thread on oldest first

This commit is contained in:
M66B
2019-09-09 08:56:33 +02:00
parent 648bb0b509
commit ec636b338e
3 changed files with 14 additions and 4 deletions

View File

@@ -118,6 +118,7 @@ public class ViewModelMessages extends ViewModel {
db.message().pagedThread(
args.account, args.thread,
args.threading ? null : args.id,
args.ascending,
args.debug), LOCAL_PAGE_SIZE);
break;