From c98b576ea4d043a580be474bb4e03c8059bb6473 Mon Sep 17 00:00:00 2001 From: MisterE Date: Thu, 21 Nov 2024 14:23:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82moduleName=E5=8F=AF=E6=8E=A5=E7=BB=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MisterE --- services/dtbschedmgr/src/mission/dms_continue_recv_manager.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }