mirror of
https://github.com/M66B/FairEmail.git
synced 2026-02-03 13:35:54 +01:00
Sort folders on display name
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user