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

Unverified Commit 98b9c176 authored by Michael Bestas's avatar Michael Bestas
Browse files

fixup! SystemUI: Add UDFPS framework dimming support

Change-Id: I9085dcb3078e95b12f1677599ecd837a0ba4b768
parent 582c437b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ class UdfpsControllerOverlay @JvmOverloads constructor(
        get() = coreLayoutParams.dimAmount
        set(value) {
            coreLayoutParams.dimAmount = value
            windowManager.updateViewLayout(overlayView, coreLayoutParams)
            windowManager.updateViewLayout(getTouchOverlay(), coreLayoutParams)
        }

    /** If the overlay is currently showing. */