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:
parent
f7b992f996
commit
dc6e0cfe2f
@ -581,7 +581,7 @@ struct NotificationRowView: View {
|
||||
componentView($0)
|
||||
}
|
||||
|
||||
if !viewModel.contentComponents.isEmpty {
|
||||
if !viewModel.contentComponents.isEmpty && !viewModel.type.wantsFullStatusLayout {
|
||||
Spacer().frame(height: 2)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user