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

Commit 59313986 authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Keyguard should updateFingerprintListeningState when goingAway changes"

parents 1d05f432 e22f1347
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -452,6 +452,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
     */
    public void setKeyguardGoingAway(boolean goingAway) {
        mKeyguardGoingAway = goingAway;
        updateFingerprintListeningState();
    }

    /**