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

Commit f0c25f95 authored by lyn's avatar lyn Committed by Lyn Han
Browse files

Set initial value of cooldown setting to true

Bug: 356768397
Test: manual - check that cooldown setting is on,
      turn airplane mode on and off, sending high priority notif
      => notif is suppressed
Flag: com.android.systemui.notification_avalanche_suppression

Change-Id: Ifee08c13d0184e24be65d54d27055f5c3d242727
parent 00bff4f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ class NotificationSettingsRepository(
            .stateIn(
                scope = backgroundScope,
                started = SharingStarted.Eagerly,
                initialValue = false,
                initialValue = true,
            )

    /** The default duration for DND mode when enabled. See [Settings.Secure.ZEN_DURATION]. */