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

Commit 8227317a authored by Vineeta Srivastava's avatar Vineeta Srivastava Committed by Android Git Automerger
Browse files

am c51e2469: am 1f466891: am 0ad550be: am 3af271a9: am 99b8820f: Use fingerid...

am c51e2469: am 1f466891: am 0ad550be: am 3af271a9: am 99b8820f: Use fingerid 0 when checking failed attempts.

* commit 'c51e2469':
  Use fingerid 0 when checking failed attempts.
parents a41a2ee7 c51e2469
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 {