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

@@ -1154,7 +1154,7 @@ public class FragmentAccount extends FragmentEx {
}
private void setFolders(List<EntityFolder> folders) {
EntityFolder.sort(folders);
EntityFolder.sort(getContext(), folders);
EntityFolder none = new EntityFolder();
none.name = "";