commit | 2f4e0476d0c690f7a5cb47c72cf61c03d6daf7fa | [log] [tgz] |
---|---|---|
author | Lyn Han <lynhan@google.com> | Tue Sep 03 01:14:07 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Sep 03 01:14:07 2024 +0000 |
tree | 0df6dbc53e06f26d7f99500907dc463842fa5e6a | |
parent | 761740a323b1952f4f6789a0c974ec8d41b4dba5 [diff] | |
parent | f0c25f953f9fc0fbc7062af9b50118e41937b2a7 [diff] |
Merge "Set initial value of cooldown setting to true" into main
diff --git a/packages/SystemUI/customization/src/com/android/systemui/shared/notifications/data/repository/NotificationSettingsRepository.kt b/packages/SystemUI/customization/src/com/android/systemui/shared/notifications/data/repository/NotificationSettingsRepository.kt index 362e23d..96d79df 100644 --- a/packages/SystemUI/customization/src/com/android/systemui/shared/notifications/data/repository/NotificationSettingsRepository.kt +++ b/packages/SystemUI/customization/src/com/android/systemui/shared/notifications/data/repository/NotificationSettingsRepository.kt
@@ -71,7 +71,7 @@ .stateIn( scope = backgroundScope, started = SharingStarted.Eagerly, - initialValue = false, + initialValue = true, ) /** The default duration for DND mode when enabled. See [Settings.Secure.ZEN_DURATION]. */