diff --git a/services/distributed/src/soft_bus/distributed_service.cpp b/services/distributed/src/soft_bus/distributed_service.cpp index 1a7fb7e1bb6998b3f05fb3455f275f65964ccd16..f513ca486a1a175d21032b85ca4131e01e0495aa 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); }