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

Commit 31cccc29 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

Change-Id: I845255ef61339559a5035ae5ff478f6f6ae9140b
parents 8bfdc107 ecfe6118
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -382,8 +382,10 @@ public class FaceService extends BiometricServiceBase {
            checkPermission(MANAGE_BIOMETRIC);
            checkPermission(MANAGE_BIOMETRIC);
            updateActiveGroup(userId, opPackageName);
            updateActiveGroup(userId, opPackageName);


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


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