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

Commit 966adcbc 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: I398d64f93c5061d031c18fcd5a1bfcba9fb96898
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;
            }
        }