fix #160, alarm on Android 10. Originally by coxtor

This commit is contained in:
tibbi
2020-02-14 19:00:04 +01:00
parent b4968e6863
commit b85333c984
4 changed files with 52 additions and 4 deletions

View File

@ -28,6 +28,7 @@ const val REMINDER_ACTIVITY_INTENT_ID = 9995
const val OPEN_ALARMS_TAB_INTENT_ID = 9996
const val UPDATE_WIDGET_INTENT_ID = 9997
const val OPEN_APP_INTENT_ID = 9998
const val ALARM_NOTIF_ID = 9998
const val TIMER_NOTIF_ID = 9999
const val OPEN_TAB = "open_tab"