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

Commit 2c1f84a6 authored by Paul Sliwowski's avatar Paul Sliwowski
Browse files

Fixed +1 issue on timers.

Bug: 10805692
Change-Id: Ic039d5db6f4ace10e1f855ef95e8614aeef0ad0f
(cherry picked from commit 5a90946c)
parent 248a0a51
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -184,8 +184,6 @@ public class TimerReceiver extends BroadcastReceiver {
                cancelTimesUpNotification(context, t);
                showTimesUpNotification(context, t);
            }
            // Unlike the actions above, there is nothing else to do
            return;
        }
        // Update the next "Times up" alarm
        updateNextTimesup(context);