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

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

Merge "Fix crash when clearing package preferred activities." into qt-dev

parents b1145bd8 c826cf4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20032,7 +20032,7 @@ public class PackageManagerService extends IPackageManager.Stub
                    PreferredActivity pa = removed.get(j);
                    pir.removeFilter(pa);
                }
                outUserChanged.setValueAt(thisUserId, true);
                outUserChanged.put(thisUserId, true);
            }
        }
    }