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

Commit a7d7f79c authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Adding null check.

parent 2fe23de8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2750,9 +2750,9 @@ class PackageManagerService extends IPackageManager.Stub {
                                    + pkgSetting.name;
                                reportSettingsProblem(Log.WARN, msg);
                            }
                        }
                            // And now uninstall the old package.
                            mInstaller.remove(pkgSetting.origPackage.name, useEncryptedFSDir);
                        }
                        mSettings.removePackageLP(pkgSetting.origPackage.name);
                    }
                }