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

Commit 0b3da6f6 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: 981987be am: a773ba38

Change-Id: I3c9c6211c1150c1077fba0d6cec3f8c987aab7b9
parents 4bfc4f83 a773ba38
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -382,8 +382,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,