Poke fingerprint timeout when vold password is correct

Bug: 23718313
Change-Id: I6c88fbba9ae460594b8e2f1a77c6545b305e5813
This commit is contained in:
Adrian Roos
2015-09-02 13:26:25 -07:00
parent e07cbaf53c
commit f6d51acec6
2 changed files with 2 additions and 3 deletions

View File

@@ -1332,9 +1332,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
*/
private void handleKeyguardReset() {
if (DEBUG) Log.d(TAG, "handleKeyguardReset");
if (!isUnlockingWithFingerprintAllowed()) {
updateFingerprintListeningState();
}
updateFingerprintListeningState();
}
/**

View File

@@ -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;
}