mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
Support 24hr format and not showing toast
This commit is contained in:
@ -36,7 +36,7 @@ class DismissAlarmReceiver: BroadcastReceiver() {
|
||||
private fun scheduleNextAlarm(alarm: Alarm, context: Context) {
|
||||
val oldBitmask = alarm.days
|
||||
alarm.days = removeTodayFromBitmask(oldBitmask)
|
||||
context.scheduleNextAlarm(alarm, true)
|
||||
context.scheduleNextAlarm(alarm, false)
|
||||
alarm.days = oldBitmask
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user