Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 226659b4 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Promotion of android_ui.lnx.2.1-00011.

CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
1063863   I48527bdb7ca1ffbe4d95e3234e948d5e3d1e4940   Remove alarm boot check when alarm time is after current

Change-Id: I9335cadddf266873fe26da1fc3ff1851dc56c550
CRs-Fixed: 1063863
parents 335a32dc 2a34f5e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -771,7 +771,7 @@ public final class AlarmStateManager extends BroadcastReceiver {
            alarmBuffer.add(Calendar.SECOND, ALARM_FIRE_BUFFER);
            if (currentTime.before(alarmBuffer)) {
                setFiredState(context, instance);
            } else if (!isAlarmBoot()) {
            } else {
                setMissedState(context, instance);
            }
        } else if (instance.mAlarmState == AlarmInstance.SNOOZE_STATE) {