mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Folder menu sort order
This commit is contained in:
@@ -997,7 +997,7 @@ public class FragmentMessages extends FragmentBase {
|
||||
!EntityFolder.JUNK.equals(target.type) &&
|
||||
(fids.size() != 1 || !fids.contains(target.id)))
|
||||
targets.add(target);
|
||||
EntityFolder.sort(context, targets);
|
||||
EntityFolder.sort(context, targets, true);
|
||||
result.targets.put(account, targets);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user