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

Remove background view for notifications

Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
This commit is contained in:
shannon 2025-03-04 10:28:55 -05:00
parent b219c886ba
commit 24665c8a6c

View File

@ -174,9 +174,9 @@ struct NotificationListView: View {
case .groupedNotification(let viewModel):
NotificationRowView(viewModel: viewModel)
.padding(.vertical, 4)
.listRowBackground(
backgroundView(isPrivate: viewModel.usePrivateBackground, isUnread: isUnread)
)
// .listRowBackground(
// backgroundView(isPrivate: viewModel.usePrivateBackground, isUnread: isUnread)
// )
}
}