Let time match sorting

This commit is contained in:
M66B
2020-04-17 18:21:26 +02:00
parent 72ede04868
commit 2eddf65035
2 changed files with 3 additions and 6 deletions

View File

@@ -330,11 +330,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
private static final long REVIEW_ASK_DELAY = 21 * 24 * 3600 * 1000L; // milliseconds
private static final long REVIEW_LATER_DELAY = 3 * 24 * 3600 * 1000L; // milliseconds
private static final List<String> SORT_DATE_HEADER = Collections.unmodifiableList(Arrays.asList(
"time",
"unread",
"starred",
"priority"
static final List<String> SORT_DATE_HEADER = Collections.unmodifiableList(Arrays.asList(
"time", "unread", "starred", "priority"
));
private static final List<String> DUPLICATE_ORDER = Collections.unmodifiableList(Arrays.asList(