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

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

Update UnlockMethodCache when screen turns off am: 08ae6643

am: 0550bddc

Change-Id: Ie22adb274db36add9172ab53366517121f7dc7e3
parents e348f325 0550bddc
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() {