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

Commit a5ffd87b authored by Kris Chen's avatar Kris Chen
Browse files

Reset mAcquiredReceived on udfps-fingerdown

Bug: 228981491
Test: manual
Change-Id: I1444de7ff7212e2af1a761b516b6138583881ca1
parent 1a3b4ca6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -384,6 +384,7 @@ public class UdfpsController implements DozeReceiver {
                    mActivePointerId = event.getPointerId(0);
                    mVelocityTracker.addMovement(event);
                    handled = true;
                    mAcquiredReceived = false;
                }
                if ((withinSensorArea || fromUdfpsView) && shouldTryToDismissKeyguard()) {
                    Log.v(TAG, "onTouch | dismiss keyguard ACTION_DOWN");