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

Commit a6625cef authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14127177

Change-Id: I69d372187167d4b8fc0a78798860e91686ca88c7
parents 89b5ae06 c6970005
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();
                        }
                    });
                }
            };