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

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

Merge "DejankUtils fix for wrong thread init" into sc-dev

parents 298971db 7ae91b41
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -360,10 +360,12 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener, Dumpab
                @Override
                public void onChanged(BiometricSourceType type, boolean enabled, int userId)
                        throws RemoteException {
                    mHandler.post(() -> {
                        if (type == BiometricSourceType.FACE) {
                            mFaceSettingEnabledForUser.put(userId, enabled);
                            updateFaceListeningState();
                        }
                    });
                }
            };