diff --git a/Mastodon/Scene/Notification/NotificationView/NotificationView+Configuration.swift b/Mastodon/Scene/Notification/NotificationView/NotificationView+Configuration.swift index 0a3eda33f..353f309db 100644 --- a/Mastodon/Scene/Notification/NotificationView/NotificationView+Configuration.swift +++ b/Mastodon/Scene/Notification/NotificationView/NotificationView+Configuration.swift @@ -53,7 +53,8 @@ extension NotificationView { setQuoteStatusViewDisplay() } case .moderationWarning: - setAuthorContainerBottomPaddingViewDisplay() + // case handled in `AccountWarningNotificationCell.swift` + break case ._other: setAuthorContainerBottomPaddingViewDisplay() assertionFailure()