mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
Merge branch 'master' of https://gitee.com/gritking/ability_dmsfwk
Signed-off-by: MisterE <smart_e@126.com>
This commit is contained in:
commit
82f9db7113
@ -264,9 +264,8 @@ bool DMSContinueRecvMgr::GetFinalBundleName(const std::string &senderNetworkId,
|
||||
if (BundleManagerInternal::GetLocalBundleInfoV9(bundleName, localBundleInfo) == ERR_OK) {
|
||||
finalBundleName = bundleName;
|
||||
return true;
|
||||
}else {
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
bool continueTypeGot = continueTypeCheck(distributedBundleInfo, continueType);
|
||||
|
Loading…
Reference in New Issue
Block a user