Merge "Revert fix for FingerprintManager leak" into oc-dev
am: 807a8c6e7c
Change-Id: I9f9132b1785c4e7c7d04dcc7decfbc4e447fbdd0
This commit is contained in:
@@ -932,7 +932,6 @@ public class FingerprintManager {
|
|||||||
} else if (mAuthenticationCallback != null) {
|
} else if (mAuthenticationCallback != null) {
|
||||||
mAuthenticationCallback.onAuthenticationError(clientErrMsgId,
|
mAuthenticationCallback.onAuthenticationError(clientErrMsgId,
|
||||||
getErrorString(errMsgId, vendorCode));
|
getErrorString(errMsgId, vendorCode));
|
||||||
mAuthenticationCallback = null;
|
|
||||||
} else if (mRemovalCallback != null) {
|
} else if (mRemovalCallback != null) {
|
||||||
mRemovalCallback.onRemovalError(mRemovalFingerprint, clientErrMsgId,
|
mRemovalCallback.onRemovalError(mRemovalFingerprint, clientErrMsgId,
|
||||||
getErrorString(errMsgId, vendorCode));
|
getErrorString(errMsgId, vendorCode));
|
||||||
@@ -953,7 +952,6 @@ public class FingerprintManager {
|
|||||||
final AuthenticationResult result =
|
final AuthenticationResult result =
|
||||||
new AuthenticationResult(mCryptoObject, fp, userId);
|
new AuthenticationResult(mCryptoObject, fp, userId);
|
||||||
mAuthenticationCallback.onAuthenticationSucceeded(result);
|
mAuthenticationCallback.onAuthenticationSucceeded(result);
|
||||||
mAuthenticationCallback = null;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user