From eb469917ed5390c5b3471a68b94fd2b54d79c001 Mon Sep 17 00:00:00 2001 From: shannon Date: Thu, 6 Mar 2025 12:02:18 -0500 Subject: [PATCH] Remove extra space at bottom of notification row Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification --- .../NotificationRowView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift b/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift index 45e709bef..51e4870c0 100644 --- a/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift +++ b/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift @@ -590,6 +590,7 @@ struct NotificationRowView: View { } } } + .fixedSize(horizontal: false, vertical: true) } @ViewBuilder