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

Commit c279ec5c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update listening state when settings changes"

parents 8cbaeb61 1e043d47
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();
            }
        }
    };