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

Commit c19aba41 authored by Matías Hernández's avatar Matías Hernández
Browse files

Remove TODO which is resolved by changes in ZenModeHelper

Bug: 326061620
Test: N/A
Change-Id: Ibbf025341c8c1705253accccc5a07b568de6f34a
parent 5157e1d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ class ZenModesBackend {

    void deactivateMode(ZenMode mode) {
        if (mode.isManualDnd()) {
            // TODO: b/326061620 - This shouldn't snooze any rules that are active.
            // When calling with fromUser=true this will not snooze other modes.
            mNotificationManager.setZenMode(Settings.Global.ZEN_MODE_OFF, null, TAG,
                    /* fromUser= */ true);
        } else {