Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6d51ace authored by Adrian Roos's avatar Adrian Roos
Browse files

Poke fingerprint timeout when vold password is correct

Bug: 23718313
Change-Id: I6c88fbba9ae460594b8e2f1a77c6545b305e5813
parent e07cbaf5
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1332,10 +1332,8 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
     */
    private void handleKeyguardReset() {
        if (DEBUG) Log.d(TAG, "handleKeyguardReset");
        if (!isUnlockingWithFingerprintAllowed()) {
        updateFingerprintListeningState();
    }
    }

    /**
     * Handle {@link #MSG_KEYGUARD_BOUNCER_CHANGED}
+1 −0
Original line number Diff line number Diff line
@@ -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;
        }