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

Commit e49df247 authored by Yasin Kilicdere's avatar Yasin Kilicdere Committed by Automerger Merge Worker
Browse files

Merge "Puts dispatchUserAdded inside Binder.withCleanCallingIdentity" into tm-dev am: 48a110ed

parents 42ff1db1 48a110ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4209,8 +4209,8 @@ public class UserManagerService extends IUserManager.Stub {
        updateUserIds();
        Binder.withCleanCallingIdentity(() -> {
            mPm.onNewUserCreated(preCreatedUser.id, /* convertedFromPreCreated= */ true);
        });
            dispatchUserAdded(preCreatedUser, token);
        });
        return preCreatedUser;
    }