From a3f44e70c481824c5ff731697c2995a44791afae Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Thu, 9 May 2024 22:50:08 +0200 Subject: [PATCH] Cleanup (IOS-264) --- .../NotificationView/NotificationView+Configuration.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()