diff --git a/Shared/UserNotifications/UserNotificationManager.swift b/Shared/UserNotifications/UserNotificationManager.swift index 50fe22227..edb0d07d0 100644 --- a/Shared/UserNotifications/UserNotificationManager.swift +++ b/Shared/UserNotifications/UserNotificationManager.swift @@ -90,7 +90,7 @@ private extension UserNotificationManager { actions: [openAction, readAction, starredAction], intentIdentifiers: [], hiddenPreviewsBodyPlaceholder: "", - options: .customDismissAction) + options: []) UNUserNotificationCenter.current().setNotificationCategories([newArticleCategory]) }