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

Commit 6b58d328 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Fix apparent delay in removing a managed profile"

parents e3dfa282 70fcf0c7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -299,6 +299,9 @@ public class UserManagerService extends IUserManager.Stub {
            if (enabledOnly && !profile.isEnabled()) {
                continue;
            }
            if (mRemovingUserIds.get(profile.id)) {
                continue;
            }
            users.add(profile);
        }
        return users;