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

Commit 916bd931 authored by chenkris's avatar chenkris
Browse files

Call setIgnoreDisplayTouches on all udfps types

Flag: NONE bug fix
Bug: 368517769
Test: manual
Change-Id: Ib41c2e775995be9be4f345ade9b915396c638b45
parent b488b677
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ constructor(

    /** Sets whether Udfps overlay should handle touches */
    fun setHandleTouches(shouldHandle: Boolean = true) {
        if (authController.isUltrasonicUdfpsSupported
        if (authController.isUdfpsSupported
                && shouldHandle != _shouldHandleTouches.value) {
            fingerprintManager?.setIgnoreDisplayTouches(
                requestId.value,