mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-04-08 23:51:00 +02:00
adding an empty line
This commit is contained in:
parent
663bfebc78
commit
5b362b097d
@ -265,6 +265,7 @@ class ReminderActivity : SimpleActivity() {
|
|||||||
if (alarm!!.days > 0) {
|
if (alarm!!.days > 0) {
|
||||||
scheduleNextAlarm(alarm!!, false)
|
scheduleNextAlarm(alarm!!, false)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (alarm!!.days < 0) {
|
if (alarm!!.days < 0) {
|
||||||
dbHelper.updateAlarmEnabledState(alarm!!.id, false)
|
dbHelper.updateAlarmEnabledState(alarm!!.id, false)
|
||||||
updateWidgets()
|
updateWidgets()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user