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

Commit dd9bb062 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Call setIgnoreDisplayTouches on all udfps types" into main

parents 36ac31ac 916bd931
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,