hide reminder activity at Alarms too when appropriate

This commit is contained in:
tibbi
2018-03-14 18:36:50 +01:00
parent ee5e15c384
commit 49edf70f61
6 changed files with 35 additions and 7 deletions

View File

@ -22,6 +22,7 @@ const val DEFAULT_ALARM_MINUTES = 480
const val DAY_MINUTES = 1440
const val DEFAULT_MAX_ALARM_REMINDER_SECS = 300
const val DEFAULT_MAX_TIMER_REMINDER_SECS = 60
const val HIDE_REMINDER_ACTIVITY = "hide_reminder_activity"
const val REMINDER_ACTIVITY_INTENT_ID = 9995
const val OPEN_ALARMS_TAB_INTENT_ID = 9996