mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 08:32:16 +01:00
Sort folders on display name
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user