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

This commit is contained in:
TreeHugger Robot
2017-05-11 00:46:31 +00:00
committed by Android (Google) Code Review

View File

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