From e0fc16610404e4bdbc334b8e3421327be3de87c0 Mon Sep 17 00:00:00 2001 From: wangsen1994 Date: Mon, 23 Jun 2025 10:32:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=89=8B=E8=A1=A8=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=9B=BE=E6=A0=87=E7=9A=84=E6=8F=90=E5=89=8D=E4=BC=A0?= =?UTF-8?q?=E8=BE=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangsen1994 --- services/distributed/src/soft_bus/distributed_service.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/distributed/src/soft_bus/distributed_service.cpp b/services/distributed/src/soft_bus/distributed_service.cpp index 1a7fb7e1b..f513ca486 100644 --- a/services/distributed/src/soft_bus/distributed_service.cpp +++ b/services/distributed/src/soft_bus/distributed_service.cpp @@ -405,10 +405,8 @@ void DistributedService::HandleMatchSync(const std::shared_ptr& boxMessa #ifdef DISTRIBUTED_FEATURE_MASTER if (matchType == MatchType::MATCH_SYN) { DistributedDeviceService::GetInstance().SyncDeviceMatch(peerDevice, MatchType::MATCH_ACK); - DistributedBundleService::GetInstance().RequestBundlesIcon(peerDevice, true); DistributedPublishService::GetInstance().SyncLiveViewNotification(peerDevice, true); } else if (matchType == MatchType::MATCH_ACK) { - DistributedBundleService::GetInstance().RequestBundlesIcon(peerDevice, false); DistributedSubscribeService::GetInstance().SubscribeNotification(peerDevice); DistributedPublishService::GetInstance().SyncLiveViewNotification(peerDevice, false); } -- Gitee