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

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

Merge "Update UnlockMethodCache when keyguard visibility changes" into oc-mr1-dev

parents 8e32aa1f 94f80354
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -159,6 +159,11 @@ public class UnlockMethodCache {
        public void onScreenTurnedOff() {
            update(false /* updateAlways */);
        }

        @Override
        public void onKeyguardVisibilityChanged(boolean showing) {
            update(false /* updateAlways */);
        }
    };

    public boolean isTrustManaged() {