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

Remove unwanted space between notification header and longer summary posts

Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
This commit is contained in:
shannon 2025-03-10 16:56:52 -04:00
parent f7b992f996
commit dc6e0cfe2f

View File

@ -581,7 +581,7 @@ struct NotificationRowView: View {
componentView($0)
}
if !viewModel.contentComponents.isEmpty {
if !viewModel.contentComponents.isEmpty && !viewModel.type.wantsFullStatusLayout {
Spacer().frame(height: 2)
}