summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Julia Reynolds <juliacr@google.com> 2024-09-13 14:57:09 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-09-13 14:57:09 +0000
commitbad2c984ada4b86bdf9d8ba738f79f6abf0ec811 (patch)
treebd3684f9efd6f1aba4713de4747595e6381c3b19
parent13b676ca5a48f0c757ed770576dde2af42b96e9f (diff)
parent71ae3672a07d214180eb662f4a1dad2a1c7b3c04 (diff)
Merge "Remove old TODO" into main
-rw-r--r--packages/SettingsLib/src/com/android/settingslib/notification/modes/ZenMode.java4
1 files changed, 0 insertions, 4 deletions
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 7b2a284803a2..11406fa74e4b 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 @@ public class ZenMode implements Parcelable {
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();
}