commit | c19aba411519bddf3801bd5da03e94362b5dffff | [log] [tgz] |
---|---|---|
author | Matías Hernández <matiashe@google.com> | Thu Apr 18 17:38:31 2024 +0200 |
committer | Matías Hernández <matiashe@google.com> | Thu Apr 18 17:38:31 2024 +0200 |
tree | 43995877cf5c002406d6a3861bf204cefef3b081 | |
parent | 5157e1d35a12014a14866a5f83f4d46b96752a61 [diff] |
Remove TODO which is resolved by changes in ZenModeHelper Bug: 326061620 Test: N/A Change-Id: Ibbf025341c8c1705253accccc5a07b568de6f34a
diff --git a/src/com/android/settings/notification/modes/ZenModesBackend.java b/src/com/android/settings/notification/modes/ZenModesBackend.java index 388f13b..d6a2ef5 100644 --- a/src/com/android/settings/notification/modes/ZenModesBackend.java +++ b/src/com/android/settings/notification/modes/ZenModesBackend.java
@@ -141,7 +141,7 @@ 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 {