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

Commit 7b58638e authored by Annie Chin's avatar Annie Chin
Browse files

Let the HUN handle the times up notification.

Change-Id: Ib39396578e7b0aabddf17f213c9f23dbe89c5e26
parent 85515c43
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -140,10 +140,6 @@ public class TimerReceiver extends BroadcastReceiver {
                || Timers.TIMER_DONE.equals(actionType)) {
            // Stop Ringtone if all timers are not in times-up status
            stopRingtoneIfNoTimesup(context);

            if (t != null) {
                cancelTimesUpNotification(context, t);
            }
        } else if (Timers.NOTIF_TIMES_UP_STOP.equals(actionType)) {
            if (intent.getBooleanExtra(Timers.NOTIF_STOP_ALL_TIMERS, false)) {
                LogUtils.d(TAG, "Stopping all timers");