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

Commit c59e4b77 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix NPE"

parents 205894f2 ffea395c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5183,6 +5183,9 @@ public class UserManagerService extends IUserManager.Stub {
                                debugMsg + " for another profile "
                                        + targetUserId + " from " + callingUserId);
                    }
                    Slog.w(LOG_TAG, debugMsg + " for another profile "
                            + targetUserId + " from " + callingUserId);
                    return false;
                }

                UserInfo targetUserInfo = getUserInfoLU(targetUserId);