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

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

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

parents 4e5c7e1c 3932482d
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);