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

Commit d69b539c authored by Matías Hernández's avatar Matías Hernández Committed by Android (Google) Code Review
Browse files

Merge "Remove TODO which is resolved by changes in ZenModeHelper" into main

parents b5f7d62b c19aba41
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 {