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

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

Update UnlockMethodCache when screen turns off am: 08ae6643

am: 83d0cd22

Change-Id: I227539fdebcdebdaf8494c5ae2028752c0fb53f6
parents e348f325 83d0cd22
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -154,6 +154,11 @@ public class UnlockMethodCache {
        public void onStrongAuthStateChanged(int userId) {
            update(false /* updateAlways */);
        }

        @Override
        public void onScreenTurnedOff() {
            update(false /* updateAlways */);
        }
    };

    public boolean isTrustManaged() {