diff --git a/frameworks/ans/native/src/reminder_request.cpp b/frameworks/ans/native/src/reminder_request.cpp index 381d0bb5db61d5808adde21dbfa8374ef2aba3a9..d799cd5a845b8db20598a2a85c8986df38368037 100644 --- a/frameworks/ans/native/src/reminder_request.cpp +++ b/frameworks/ans/native/src/reminder_request.cpp @@ -1421,6 +1421,7 @@ void ReminderRequest::UpdateNotificationCommon() flags->SetSoundEnabled(NotificationConstant::FlagStatus::CLOSE); flags->SetVibrationEnabled(NotificationConstant::FlagStatus::CLOSE); notificationRequest_->SetFlags(flags); + notificationRequest_->SetDistributed(false); } void ReminderRequest::UpdateNotificationBundleInfo()