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

Commit c6d6ceb1 authored by JW Wang's avatar JW Wang Committed by Android (Google) Code Review
Browse files

Merge "Don't set mDestroyed for a staged session"

parents 6f379f03 4e217ed3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3400,7 +3400,7 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub {
    private void destroyInternal() {
        synchronized (mLock) {
            mSealed = true;
            if (!params.isStaged || isStagedAndInTerminalState()) {
            if (!params.isStaged) {
                mDestroyed = true;
            }
            // Force shut down all bridges