Removed time formatting function to avoid code duplication

This commit is contained in:
Rawlin C
2023-07-05 14:05:58 +05:30
parent 728c2b50b1
commit 8543f2dafe
4 changed files with 5 additions and 24 deletions

View File

@ -27,7 +27,6 @@ const val TABS_COUNT = 4
const val EDITED_TIME_ZONE_SEPARATOR = ":"
const val ALARM_ID = "alarm_id"
const val NOTIFICATION_ID = "notification_id"
const val ALARM_TIME = "alarm_time"
const val DEFAULT_ALARM_MINUTES = 480
const val DEFAULT_MAX_ALARM_REMINDER_SECS = 300
const val DEFAULT_MAX_TIMER_REMINDER_SECS = 60