From c19aba411519bddf3801bd5da03e94362b5dffff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Hern=C3=A1ndez?= Date: Thu, 18 Apr 2024 17:38:31 +0200 Subject: [PATCH] Remove TODO which is resolved by changes in ZenModeHelper Bug: 326061620 Test: N/A Change-Id: Ibbf025341c8c1705253accccc5a07b568de6f34a --- .../android/settings/notification/modes/ZenModesBackend.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {