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

Commit 1e043d47 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Update listening state when settings changes

Test: builds
Change-Id: I3680e522ef8278c832e455613ceddeb8aec10be5
parent 2b4c3140
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -372,6 +372,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
        public void onChanged(BiometricSourceType type, boolean enabled) throws RemoteException {
            if (type == BiometricSourceType.FACE) {
                mFaceSettingEnabledForUser = enabled;
                updateFaceListeningState();
            }
        }
    };