commit | 71ae3672a07d214180eb662f4a1dad2a1c7b3c04 | [log] [tgz] |
---|---|---|
author | Julia Reynolds <juliacr@google.com> | Thu Sep 12 10:50:26 2024 -0400 |
committer | Julia Reynolds <juliacr@google.com> | Thu Sep 12 14:54:24 2024 +0000 |
tree | abcaf921853b54f2c76f52d7694ddb8efaeef9d9 | |
parent | 02d33275c990cbe7feccf82f7815f3da455ef04b [diff] |
Remove old TODO Not in scope for modes_ui Test: N/A Flag: android.app.modes_ui Bug: 354141067 Change-Id: I460b4922e36ad899363fd9786e8eb343d61c8022
diff --git a/packages/SettingsLib/src/com/android/settingslib/notification/modes/ZenMode.java b/packages/SettingsLib/src/com/android/settingslib/notification/modes/ZenMode.java index 7b2a284..11406fa 100644 --- a/packages/SettingsLib/src/com/android/settingslib/notification/modes/ZenMode.java +++ b/packages/SettingsLib/src/com/android/settingslib/notification/modes/ZenMode.java
@@ -241,10 +241,6 @@ formattedTime); } } - // TODO: b/333527800 - For TYPE_SCHEDULE_TIME rules we could do the same; however - // according to the snoozing discussions the mode may or may not end at the scheduled - // time if manually activated. When we resolve that point, we could calculate end time - // for these modes as well. return getTriggerDescription(); }