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

Commit c7d26816 authored by Patrick Baumann's avatar Patrick Baumann
Browse files

Removes unnecessary call to prepareScanResultLocked

There were two calls to prepare scan result within a dozen lines of one
another. This was not resulting in any bad behavior, but was unnecessary
and resulted in unneeded warnings.

Test: atest CtsAtomicInstallTestCases:AtomicInstallTest
Bug: 109941548
Change-Id: I8817a189cb9976382a8057fe8b2c7a638f3d0d64
parent d91a716c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16381,7 +16381,6 @@ public class PackageManagerService extends IPackageManager.Stub
                                        sharedLibLatestVersionSetting);
                            }
                        }
                        prepareScanResultLocked(result);
                    }
                } catch (PackageManagerException e) {
                    request.installResult.setError("Scanning Failed.", e);