Fixed previous/next navigation in archive folder in single message mode

This commit is contained in:
M66B
2020-08-04 21:13:45 +02:00
parent 6f3a98f491
commit 0bff5014af

View File

@@ -159,7 +159,7 @@ public class ViewModelMessages extends ViewModel {
db.message().pagedThread(
args.account, args.thread,
args.threading ? null : args.id,
args.filter_archive,
args.filter_archive && args.threading,
args.ascending,
args.debug),
configThread);