diff --git a/services/dtbschedmgr/src/mission/dms_continue_recv_manager.cpp b/services/dtbschedmgr/src/mission/dms_continue_recv_manager.cpp index fe3dc065..648d382d 100644 --- a/services/dtbschedmgr/src/mission/dms_continue_recv_manager.cpp +++ b/services/dtbschedmgr/src/mission/dms_continue_recv_manager.cpp @@ -333,9 +333,8 @@ int32_t DMSContinueRecvMgr::DealOnBroadcastBusiness(const std::string& senderNet HILOGE("The bundleType must be app, but it is %{public}d", localBundleInfo.applicationInfo.bundleType); return INVALID_PARAMETERS_ERR; } - bool isSameBundle = (bundleName == finalBundleName); if (state == ACTIVE - && !IsBundleContinuable(localBundleInfo, abilityInfo.abilityName, continueType, isSameBundle)) { + && !IsBundleContinuable(localBundleInfo, abilityInfo.abilityName, continueType)) { HILOGE("Bundle %{public}s is not continuable", finalBundleName.c_str()); return BUNDLE_NOT_CONTINUABLE; }