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

Commit 5163484c authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

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

am: 92234370

Change-Id: I16343b82a5b2781c487258000d6b729b2f4bc328
parents c5758a88 92234370
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() {