Ensure that intent alarms are not repeating by default

This commit is contained in:
Ensar Sarajčić 2023-08-31 13:55:46 +02:00
parent 12f5e530e6
commit fe490f6683

View File

@ -76,9 +76,6 @@ class IntentHandlerActivity : SimpleActivity() {
days?.forEach {
weekDays += getBitForCalendarDay(it)
}
if (weekDays == 0) {
weekDays = getTomorrowBit()
}
val soundToUse = ringtone?.let {
if (it == AlarmClock.VALUE_RINGTONE_SILENT) {
AlarmSound(0, getString(com.simplemobiletools.commons.R.string.no_sound), SILENT)