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

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

Merge "Revert fix for FingerprintManager leak" into oc-dev am: 807a8c6e

am: 23e33539

Change-Id: Iadbfa00e79d3607fe64186991f008a55ac5b05f3
parents 28c86eca 23e33539
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -932,7 +932,6 @@ public class FingerprintManager {
            } else if (mAuthenticationCallback != null) {
                mAuthenticationCallback.onAuthenticationError(clientErrMsgId,
                        getErrorString(errMsgId, vendorCode));
                mAuthenticationCallback = null;
            } else if (mRemovalCallback != null) {
                mRemovalCallback.onRemovalError(mRemovalFingerprint, clientErrMsgId,
                        getErrorString(errMsgId, vendorCode));
@@ -953,7 +952,6 @@ public class FingerprintManager {
                final AuthenticationResult result =
                        new AuthenticationResult(mCryptoObject, fp, userId);
                mAuthenticationCallback.onAuthenticationSucceeded(result);
                mAuthenticationCallback = null;
            }
        }