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

Commit 080c24aa authored by Julia Tuttle's avatar Julia Tuttle
Browse files

Make ktfmt happy.

Bug: 329620290
Flag: NA
Test: atest VisualInterruptionDecisionProviderImplTest
Change-Id: I7ba38220ef9288e7320684bf64bd1faa30a79371
parent 305c2765
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -228,11 +228,11 @@ class AlertKeyguardVisibilitySuppressor(
        keyguardNotificationVisibilityProvider.shouldHideNotification(entry)
}


class AvalancheSuppressor(
    private val avalancheProvider: AvalancheProvider,
    private val systemClock: SystemClock,
) : VisualInterruptionFilter(
) :
    VisualInterruptionFilter(
        types = setOf(PEEK, PULSE),
        reason = "avalanche",
    ) {
+16 −17
Original line number Diff line number Diff line
@@ -62,7 +62,6 @@ constructor(
    private val uiEventLogger: UiEventLogger,
    private val userTracker: UserTracker,
    private val avalancheProvider: AvalancheProvider

) : VisualInterruptionDecisionProvider {

    init {