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

Commit 6b4cd4d7 authored by Pardis Beikzadeh's avatar Pardis Beikzadeh Committed by Automerger Merge Worker
Browse files

Merge "Post cancelAsUser to mHandler." into rvc-dev am: ecfe6118 am:...

Merge "Post cancelAsUser to mHandler." into rvc-dev am: ecfe6118 am: 981987be am: de9d6b29 am: 9f2ff2a0

Change-Id: I8cd06d2876dacc0fbe32dfc4f38447088dd0e932
parents 07a9e126 9f2ff2a0
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -384,8 +384,10 @@ public class FaceService extends BiometricServiceBase {
            checkPermission(MANAGE_BIOMETRIC);
            updateActiveGroup(userId, opPackageName);

            mHandler.post(() -> {
                mNotificationManager.cancelAsUser(NOTIFICATION_TAG, NOTIFICATION_ID,
                        UserHandle.CURRENT);
            });

            final boolean restricted = isRestricted();
            final EnrollClientImpl client = new EnrollClientImpl(getContext(), mDaemonWrapper,