mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-27 00:20:44 +00:00
codecheck
Signed-off-by: MisterE <smart_e@126.com>
This commit is contained in:
commit
130f609bb8
@ -342,7 +342,7 @@ int32_t DMSContinueRecvMgr::DealOnBroadcastBusiness(const std::string& senderNet
|
||||
return INVALID_PARAMETERS_ERR;
|
||||
}
|
||||
bool isSameBundle = (bundleName == finalBundleName);
|
||||
if (state != INACTIVE
|
||||
if (state == ACTIVE
|
||||
&& !IsBundleContinuable(localBundleInfo, abilityInfo.abilityName, continueType, isSameBundle)) {
|
||||
HILOGE("Bundle %{public}s is not continuable", finalBundleName.c_str());
|
||||
return INVALID_PARAMETERS_ERR;
|
||||
|
Loading…
Reference in New Issue
Block a user