mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Sort folders on display name
This commit is contained in:
@@ -395,7 +395,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
||||
|
||||
List<EntityFolder> folders = new ArrayList<>();
|
||||
folders.addAll(_folders);
|
||||
EntityFolder.sort(folders);
|
||||
EntityFolder.sort(context, folders);
|
||||
|
||||
all.clear();
|
||||
for (EntityFolder folder : folders)
|
||||
|
||||
Reference in New Issue
Block a user