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

Commit 92234370 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

Change-Id: If470f3434c3d351e586529becb4b717414d230c2
parents 9c3e2191 cbda08c5
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() {