mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Improve NotificationPushRuleType protocol
This commit is contained in:
+1
-1
@@ -49,6 +49,6 @@ class MockNotificationSettingsService: NotificationSettingsServiceType, Observab
|
||||
return
|
||||
}
|
||||
|
||||
rules[ruleIndex] = MockNotificationPushRule(ruleId: ruleId, enabled: enabled, actions: actions)
|
||||
rules[ruleIndex] = MockNotificationPushRule(ruleId: ruleId, enabled: enabled, ruleActions: actions)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user