mirror of
https://github.com/openharmony/bundlemanager_bundle_framework_lite.git
synced 2026-07-20 23:55:24 -04:00
!47 【包管理】对获取安装进度接口更改代码错误
Merge pull request !47 from wangdengjia/070803
This commit is contained in:
@@ -175,7 +175,7 @@ bool GtManagerService::Uninstall(const char *bundleName, const InstallParam *ins
|
||||
bool GtManagerService::GetInstallState(const char *bundleName, InstallState *installState, uint8_t *installProcess)
|
||||
{
|
||||
if (bundleName == nullptr) {
|
||||
retrun false;
|
||||
return false;
|
||||
}
|
||||
BundleInfo *installedInfo = bundleMap_->Get(bundleName);
|
||||
if (installedInfo != nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user