diff --git a/Mastodon/In Progress New Layout and Datamodel/NotificationListViewController.swift b/Mastodon/In Progress New Layout and Datamodel/NotificationListViewController.swift index b8669d943..866df0d05 100644 --- a/Mastodon/In Progress New Layout and Datamodel/NotificationListViewController.swift +++ b/Mastodon/In Progress New Layout and Datamodel/NotificationListViewController.swift @@ -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) +// ) } }