disable today/tomorrow alarms on dismiss

This commit is contained in:
tibbi
2020-11-05 11:30:43 +01:00
parent db5e38d5e3
commit b3abb370e5
2 changed files with 11 additions and 3 deletions

View File

@ -244,9 +244,6 @@ fun Context.showAlarmNotification(alarm: Alarm) {
if (alarm.days > 0) {
scheduleNextAlarm(alarm, false)
} else {
dbHelper.updateAlarmEnabledState(alarm.id, false)
updateWidgets()
}
}