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

Commit 0ff947b3 authored by Ibrahim Yilmaz's avatar Ibrahim Yilmaz Committed by Android (Google) Code Review
Browse files

Merge "Use bool1 instead of isEnabled" into main

parents 802110ea ccd994ca
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" }
        )
    }
}