Poke fingerprint timeout when vold password is correct
Bug: 23718313 Change-Id: I6c88fbba9ae460594b8e2f1a77c6545b305e5813
This commit is contained in:
@@ -1332,9 +1332,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
|
||||
*/
|
||||
private void handleKeyguardReset() {
|
||||
if (DEBUG) Log.d(TAG, "handleKeyguardReset");
|
||||
if (!isUnlockingWithFingerprintAllowed()) {
|
||||
updateFingerprintListeningState();
|
||||
}
|
||||
updateFingerprintListeningState();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -1046,6 +1046,7 @@ public class KeyguardViewMediator extends SystemUI {
|
||||
// Without this, settings is not enabled until the lock screen first appears
|
||||
setShowingLocked(false);
|
||||
hideLocked();
|
||||
mUpdateMonitor.reportSuccessfulStrongAuthUnlockAttempt();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user