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

Commit 3932482d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix bug for user removed case" am: 1db4d8b3

parents c0032ae4 1db4d8b3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -517,7 +517,6 @@ public class InternalResourceService extends SystemService {
                    removedPkgs.add(pkgInfo.packageName);
                    mUidToPackageCache.remove(pkgInfo.applicationInfo.uid);
                    mPkgCache.remove(i);
                    break;
                }
            }
            mAgent.onUserRemovedLocked(userId, removedPkgs);