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

Commit 123fb19d authored by Adrian Roos's avatar Adrian Roos Committed by Android Git Automerger
Browse files

am 95179ad4: am 54ceea19: am 95200e6f: Merge "Poke fingerprint timeout when...

am 95179ad4: am 54ceea19: am 95200e6f: Merge "Poke fingerprint timeout when vold password is correct" into mnc-dr-dev

* commit '95179ad4':
  Poke fingerprint timeout when vold password is correct
parents 40087027 95179ad4
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1348,10 +1348,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;
        }