2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

Remove extra space at bottom of notification row

Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
This commit is contained in:
shannon 2025-03-06 12:02:18 -05:00
parent ba73254645
commit eb469917ed

View File

@ -590,6 +590,7 @@ struct NotificationRowView: View {
}
}
}
.fixedSize(horizontal: false, vertical: true)
}
@ViewBuilder