Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f4e0476 authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Set initial value of cooldown setting to true" into main

parents 761740a3 f0c25f95
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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]. */