!1114 IT本新安装应用不出现接续图标修复

Merge pull request !1114 from MisterE/master
This commit is contained in:
openharmony_ci 2024-09-30 03:07:24 +00:00 committed by Gitee
commit 6d1c93a008
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -317,6 +317,7 @@ int32_t DMSContinueRecvMgr::DealOnBroadcastBusiness(const std::string& senderNet
if (!DmsBmStorage::GetInstance()->GetDistributedBundleInfo(senderNetworkId, bundleNameId,
distributedBundleInfo)) {
HILOGW("get distributedBundleInfo failed, try = %{public}d", retry);
DmsKvSyncE2E::GetInstance()->PushAndPullData(senderNetworkId);
return RetryPostBroadcast(senderNetworkId, bundleNameId, continueTypeId, state, retry);
}