mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Fixed folder sort order
This commit is contained in:
@@ -413,6 +413,9 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
if (c != 0)
|
||||
return c;
|
||||
|
||||
if (context == null)
|
||||
return collator.compare(f1.name, f2.name);
|
||||
|
||||
String name1 = f1.getDisplayName(context);
|
||||
String name2 = f2.getDisplayName(context);
|
||||
return collator.compare(name1, name2);
|
||||
|
||||
Reference in New Issue
Block a user