day and alarm time sorting order

This commit is contained in:
Pavel Poley
2022-06-15 15:59:02 +03:00
parent d6530be356
commit aae9f1ea2f
5 changed files with 39 additions and 9 deletions

View File

@ -54,6 +54,7 @@ const val SORT_BY_TOTAL_TIME = 4
// alarm sorting
const val SORT_BY_CREATION_ORDER = 0
const val SORT_BY_ALARM_TIME = 1
const val SORT_BY_DATE_AND_TIME = 2
const val TODAY_BIT = -1
const val TOMORROW_BIT = -2