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:
parent
b219c886ba
commit
24665c8a6c
@ -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)
|
||||
// )
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user