diff --git a/services/distributedfiledaemon/src/channel_manager/system_notifier.cpp b/services/distributedfiledaemon/src/channel_manager/system_notifier.cpp index 4fe4feb9d0109ba2a96be6f517644298218990c1..a4a526d88462897862852a405f5080bea8bb9ae7 100644 --- a/services/distributedfiledaemon/src/channel_manager/system_notifier.cpp +++ b/services/distributedfiledaemon/src/channel_manager/system_notifier.cpp @@ -350,10 +350,6 @@ int32_t SystemNotifier::CreateLocalLiveView(const std::string &networkId) request.SetCreatorUid(DFS_SERVICE_UID); request.SetContent(content); request.SetLittleIcon(notificationIconPixelMap_); - - std::shared_ptr wantParam = std::make_shared(); - wantParam->SetParam("hw_capsule_icon_animation_type", OHOS::AAFwk::Integer::Box(1)); - request.SetAdditionalData(wantParam); request.SetWantAgent(std::make_shared()); auto ret = Notification::NotificationHelper::PublishNotification(request);