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

Commit 3af271a9 authored by Vineeta Srivastava's avatar Vineeta Srivastava Committed by Android Git Automerger
Browse files

am 99b8820f: Use fingerid 0 when checking failed attempts.

* commit '99b8820f':
  Use fingerid 0 when checking failed attempts.
parents f08a7ada 99b8820f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -540,7 +540,7 @@ public class FingerprintService extends SystemService implements IBinder.DeathRe
            } else {
                result = true; // client not listening
	    }
            if (fpId <= 0) {
	    if (fpId == 0) {
                FingerprintUtils.vibrateFingerprintError(getContext());
                result |= handleFailedAttempt(this);
            } else {