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

Commit 95179ad4 authored by Adrian Roos's avatar Adrian Roos Committed by Android Git Automerger
Browse files

am 54ceea19: am 95200e6f: Merge "Poke fingerprint timeout when vold password...

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

* commit '54ceea19':
  Poke fingerprint timeout when vold password is correct
parents 4eb81345 54ceea19
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;
        }