Add error handling for push sync

This commit is contained in:
Alfonso Grillo
2023-01-31 12:24:55 +01:00
parent 1d94c4776d
commit 2b70ef843e
5 changed files with 47 additions and 6 deletions
@@ -22,5 +22,6 @@ struct NotificationSettingsViewState {
var saving: Bool
var ruleIds: [NotificationPushRuleId]
var selectionState: [NotificationPushRuleId: Bool]
var outOfSyncRules: Set<NotificationPushRuleId> = .init()
var keywords = [String]()
}