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