Folder menu sort order

This commit is contained in:
M66B
2019-03-04 07:48:36 +00:00
parent cfe9f932c2
commit 3fb9b269af
6 changed files with 15 additions and 11 deletions

View File

@@ -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);
}