diff --git a/src/com/android/settings/notification/modes/ZenModesBackend.java b/src/com/android/settings/notification/modes/ZenModesBackend.java index 388f13b15f8..d6a2ef53ad3 100644 --- a/src/com/android/settings/notification/modes/ZenModesBackend.java +++ b/src/com/android/settings/notification/modes/ZenModesBackend.java @@ -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 {