Loading packages/SystemUI/customization/src/com/android/systemui/shared/notifications/data/repository/NotificationSettingsRepository.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -71,7 +71,7 @@ class NotificationSettingsRepository( .stateIn( .stateIn( scope = backgroundScope, scope = backgroundScope, started = SharingStarted.Eagerly, started = SharingStarted.Eagerly, initialValue = false, initialValue = true, ) ) /** The default duration for DND mode when enabled. See [Settings.Secure.ZEN_DURATION]. */ /** The default duration for DND mode when enabled. See [Settings.Secure.ZEN_DURATION]. */ Loading Loading
packages/SystemUI/customization/src/com/android/systemui/shared/notifications/data/repository/NotificationSettingsRepository.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -71,7 +71,7 @@ class NotificationSettingsRepository( .stateIn( .stateIn( scope = backgroundScope, scope = backgroundScope, started = SharingStarted.Eagerly, started = SharingStarted.Eagerly, initialValue = false, initialValue = true, ) ) /** The default duration for DND mode when enabled. See [Settings.Secure.ZEN_DURATION]. */ /** The default duration for DND mode when enabled. See [Settings.Secure.ZEN_DURATION]. */ Loading