mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Fixed folder display name
This commit is contained in:
@@ -361,9 +361,6 @@ public class FragmentRule extends FragmentBase {
|
||||
if (data.folders == null)
|
||||
data.folders = new ArrayList<>();
|
||||
|
||||
for (EntityFolder folder : data.folders)
|
||||
folder.display = folder.getDisplayName(context);
|
||||
|
||||
if (data.folders.size() > 0)
|
||||
Collections.sort(data.folders, data.folders.get(0).getComparator(context));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user