mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Folder menu sort order
This commit is contained in:
@@ -436,7 +436,7 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
||||
|
||||
List<EntityFolder> folders = new ArrayList<>();
|
||||
folders.addAll(_folders);
|
||||
EntityFolder.sort(context, folders);
|
||||
EntityFolder.sort(context, folders, false);
|
||||
|
||||
all.clear();
|
||||
for (EntityFolder folder : folders)
|
||||
|
||||
Reference in New Issue
Block a user