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

Commit c2a645d7 authored by Alex Buynytskyy's avatar Alex Buynytskyy
Browse files

Unblock the unmount on uninstallation.

Bug: b/153874006
Test: test PackageManagerShellCommandTest PackageManagerShellCommandIncrementalTest IncrementalServiceTest
Change-Id: I540ed36b87c40b8b58f0de727936c3efeb221198
parent ab1145d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1610,6 +1610,8 @@ binder::Status IncrementalService::DataLoaderStub::onStatusChanged(MountId mount

    fsmStep();

    mStatusCondition.notify_all();

    return binder::Status::ok();
}