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

@@ -1503,7 +1503,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
!EntityFolder.JUNK.equals(folder.type))
targets.add(folder);
EntityFolder.sort(targets);
EntityFolder.sort(context, targets);
return targets;
}