Merge "AuthenticationCallback should not be cleared onAuthenticationFailed" into oc-dev

am: 6fddc2472e

Change-Id: I3493866a4e594a186f897b02dca0773e4a7a0d49
This commit is contained in:
Kevin Chyn
2017-05-11 01:13:10 +00:00
committed by android-build-merger

View File

@@ -938,7 +938,6 @@ public class FingerprintManager {
private void sendAuthenticatedFailed() {
if (mAuthenticationCallback != null) {
mAuthenticationCallback.onAuthenticationFailed();
mAuthenticationCallback = null;
}
}