Remove the custom dismiss option from the notification center. Fixes #2760

This commit is contained in:
Maurice Parker 2021-01-24 10:21:34 -06:00
parent b51c47d4c3
commit ce93d3aadd
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ private extension UserNotificationManager {
actions: [openAction, readAction, starredAction],
intentIdentifiers: [],
hiddenPreviewsBodyPlaceholder: "",
options: .customDismissAction)
options: [])
UNUserNotificationCenter.current().setNotificationCategories([newArticleCategory])
}