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

Commit 289e1a55 authored by Austin Delgado's avatar Austin Delgado Committed by Automerger Merge Worker
Browse files

Merge "Fix UdfpsView not appearing on BP rotate" into udc-dev am: 3fdbe2d3 am: b9f0b600

parents f5bef46e b9f0b600
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ class UdfpsControllerOverlay @JvmOverloads constructor(
    private var overlayTouchListener: TouchExplorationStateChangeListener? = null

    private val coreLayoutParams = WindowManager.LayoutParams(
        WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG,
        WindowManager.LayoutParams.TYPE_NAVIGATION_BAR_PANEL,
        0 /* flags set in computeLayoutParams() */,
        PixelFormat.TRANSLUCENT
    ).apply {