Sort folders on display name

This commit is contained in:
M66B
2018-12-22 15:13:52 +00:00
parent 94eb9af995
commit aa3e4774e0
6 changed files with 9 additions and 9 deletions

View File

@@ -1079,7 +1079,7 @@ public class FragmentMessages extends FragmentEx {
(fid < 0 ? !folder.unified : !folder.id.equals(fid)))
targets.add(folder);
EntityFolder.sort(targets);
EntityFolder.sort(context, targets);
return targets;
}