mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Some order
This commit is contained in:
@@ -21,12 +21,14 @@ package eu.faircode.email;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
import java.util.Comparator;
|
||||
|
||||
public abstract class EntityOrder {
|
||||
public Integer order;
|
||||
|
||||
abstract Long getSortId();
|
||||
|
||||
abstract String getSortKey(Context context);
|
||||
|
||||
abstract String[] getSortTitle(Context context);
|
||||
|
||||
abstract Comparator getComparator(Context context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user