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

Commit f25ffab6 authored by Annie Chin's avatar Annie Chin
Browse files

Cancel timer "in use" notification when DeskClock is opened.

Bug: 22666357

Fix regression.

Change-Id: Ida0fa19eac4f5cf82ce54fa8d358b60705cc6e52
parent b46f8e17
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -243,6 +243,7 @@ public class DeskClock extends BaseActivity
        editor.apply();
        Utils.cancelTimesUpNotifications(this);
        Utils.updateTimesUpNotification(this);
        sendBroadcast(new Intent(Timers.NOTIF_IN_USE_CANCEL));
        mActivityResumed = true;
    }