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

Commit fe822a10 authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

Merge "AuthenticationCallback should not be cleared onAuthenticationFailed"...

Merge "AuthenticationCallback should not be cleared onAuthenticationFailed" into oc-dev am: 6fddc247
am: 70967121

Change-Id: I5f392cb23da265eecfdb07456066ba1b3c376d2d
parents 4cb14eea 70967121
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -938,7 +938,6 @@ public class FingerprintManager {
        private void sendAuthenticatedFailed() {
            if (mAuthenticationCallback != null) {
                mAuthenticationCallback.onAuthenticationFailed();
                mAuthenticationCallback = null;
            }
        }