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

Commit 9dd8d46e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Refrain from re-writing xml after package removal"

parents 24bab307 1a646cd2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3119,8 +3119,6 @@ public class ShortcutService extends IShortcutService.Stub {
        // step.  Remove them too.
        user.forAllPackages(p -> p.refreshPinnedFlags());

        scheduleSaveUser(owningUserId);

        if (doNotify) {
            notifyListeners(packageName, owningUserId);
        }