Sort folders on display name

This commit is contained in:
M66B
2019-05-01 13:08:15 +02:00
parent b32a67bf34
commit ff09645b7c
7 changed files with 43 additions and 19 deletions

View File

@@ -26,5 +26,7 @@ public abstract class EntityOrder {
abstract Long getSortId();
abstract String getSortTitle(Context context);
abstract String getSortKey(Context context);
abstract String[] getSortTitle(Context context);
}