removing some functionality related to hiding reminder activity

This commit is contained in:
tibbi
2018-07-07 23:21:13 +02:00
parent 12d9aecc28
commit d771ec5e75
6 changed files with 8 additions and 35 deletions

View File

@ -22,7 +22,6 @@ const val ALARM_ID = "alarm_id"
const val DEFAULT_ALARM_MINUTES = 480
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 PICK_AUDIO_FILE_INTENT_ID = 9994
const val REMINDER_ACTIVITY_INTENT_ID = 9995