Fixed folder display name

This commit is contained in:
M66B
2019-05-28 16:01:22 +02:00
parent fa562dc391
commit 0b5f544ab7
2 changed files with 2 additions and 13 deletions

View File

@@ -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));