Skip to content

Commit

Permalink
Make sure SendDismissActions is true on NotificationCategories
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiet480 committed Sep 30, 2018
1 parent 5a903e9 commit a4375fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HomeAssistant/Classes/NotificationCategory.swift
Expand Up @@ -19,7 +19,7 @@ public class NotificationCategory: Object {
@objc dynamic var CategorySummaryFormat: String?

// Options
@objc dynamic var SendDismissActions: Bool = false
@objc dynamic var SendDismissActions: Bool = true
// iOS 11+ only
@objc dynamic var HiddenPreviewsShowTitle: Bool = false
@objc dynamic var HiddenPreviewsShowSubtitle: Bool = false
Expand Down

0 comments on commit a4375fc

Please sign in to comment.