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

Commit 848fe219 authored by Danny Baumann's avatar Danny Baumann
Browse files

Fix CAF merge fail.

Fixes FC when changing alarms in DeskClock.

Change-Id: I207b390a82065eb83704457b4e7cdbcb217895c0
parent db30edfa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -752,7 +752,7 @@ class AlarmManagerService extends SystemService {
            interval = MIN_INTERVAL;
        }

        if (type < RTC_WAKEUP || type > RTC_POWEROFF_WAKEUP || type >  ELAPSED_REALTIME) {
        if (type < RTC_WAKEUP || type > RTC_POWEROFF_WAKEUP) {
            throw new IllegalArgumentException("Invalid alarm type " + type);
        }