mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Update NotificationSettingsServiceType
This commit is contained in:
+4
-2
@@ -127,7 +127,8 @@ final class NotificationSettingsViewModel: NotificationSettingsViewModelType, Ob
|
||||
notificationSettingsService.updatePushRuleActions(
|
||||
for: id.rawValue,
|
||||
enabled: enabled,
|
||||
actions: standardActions.actions
|
||||
actions: standardActions.actions,
|
||||
completion: nil
|
||||
)
|
||||
}
|
||||
}
|
||||
@@ -146,7 +147,8 @@ final class NotificationSettingsViewModel: NotificationSettingsViewModelType, Ob
|
||||
notificationSettingsService.updatePushRuleActions(
|
||||
for: keyword,
|
||||
enabled: enabled,
|
||||
actions: standardActions.actions
|
||||
actions: standardActions.actions,
|
||||
completion: nil
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user