From ddb5d118d5a78c1f8ff0870c14b39ab6da66b8f4 Mon Sep 17 00:00:00 2001 From: songbao1 <9077954+songbao1@user.noreply.gitee.com> Date: Tue, 16 Jul 2024 16:34:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B0=83=E7=94=A8=E9=97=AD?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/ans/src/advanced_notification_utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/ans/src/advanced_notification_utils.cpp b/services/ans/src/advanced_notification_utils.cpp index b0c78afa5..5f7d48645 100644 --- a/services/ans/src/advanced_notification_utils.cpp +++ b/services/ans/src/advanced_notification_utils.cpp @@ -573,8 +573,8 @@ void AdvancedNotificationService::OnBundleRemoved(const sptrUpdateByUpdate(bundleOption->GetBundleName(), +#ifdef ENABLE_ANS_EXT_WRAPPER + EXTENTION_WRAPPER->UpdateByBundle(bundleOption->GetBundleName(), NotificationConstant::PACKAGE_CHANGED_REASON_DELETE); #endif } -- Gitee