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

Commit ccd994ca authored by Ibrahim Yilmaz's avatar Ibrahim Yilmaz
Browse files

Use bool1 instead of isEnabled

Bug:356768397
Change-Id: I3ccf6f98a8badbf202c699eff14380c491418a42
Test: presubmit
Flag: com.android.systemui.notification_avalanche_suppression
parent 5620e115
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ constructor(@NotificationInterruptLog val buffer: LogBuffer) {
            TAG,
            INFO,
            { bool1 = isEnabled },
            { "Cooldown enabled: $isEnabled" }
            { "Cooldown enabled: $bool1" }
        )
    }
}