Remove the custom dismiss option from the notification center. Fixes #2760
This commit is contained in:
parent
b51c47d4c3
commit
ce93d3aadd
|
@ -90,7 +90,7 @@ private extension UserNotificationManager {
|
|||
actions: [openAction, readAction, starredAction],
|
||||
intentIdentifiers: [],
|
||||
hiddenPreviewsBodyPlaceholder: "",
|
||||
options: .customDismissAction)
|
||||
options: [])
|
||||
|
||||
UNUserNotificationCenter.current().setNotificationCategories([newArticleCategory])
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue