Handle timer notifications

This commit is contained in:
Paul Akhamiogu
2021-09-02 20:27:07 +01:00
parent 9b421b3676
commit 9df105ae8d
11 changed files with 97 additions and 23 deletions

View File

@ -45,7 +45,8 @@ const val TAB_CLOCK = 0
const val TAB_ALARM = 1
const val TAB_STOPWATCH = 2
const val TAB_TIMER = 3
const val TIMER_ID = "timer_position"
const val TIMER_ID = "timer_id"
const val INVALID_TIMER_ID = -1L
// stopwatch sorting
const val SORT_BY_LAP = 1