Merge "AuthenticationCallback should not be cleared onAuthenticationFailed" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6fddc2472e
@@ -938,7 +938,6 @@ public class FingerprintManager {
|
||||
private void sendAuthenticatedFailed() {
|
||||
if (mAuthenticationCallback != null) {
|
||||
mAuthenticationCallback.onAuthenticationFailed();
|
||||
mAuthenticationCallback = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user