mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Cleanup code
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ extension NotificationPushRuleId {
|
||||
/// It is defined similarly across Web and Android.
|
||||
/// - Parameter index: The notification index for which to get the actions for.
|
||||
/// - Returns: The associated `NotificationStandardActions`.
|
||||
func standardActions(for index: NotificationIndex) -> NotificationStandardActions? {
|
||||
func standardActions(for index: NotificationIndex) -> NotificationStandardActions {
|
||||
switch self {
|
||||
case .containDisplayName:
|
||||
switch index {
|
||||
|
||||
Reference in New Issue
Block a user