diff --git a/Mastodon/In Progress New Layout and Datamodel/NotificationListViewController.swift b/Mastodon/In Progress New Layout and Datamodel/NotificationListViewController.swift index c96f8cca9..6855864cf 100644 --- a/Mastodon/In Progress New Layout and Datamodel/NotificationListViewController.swift +++ b/Mastodon/In Progress New Layout and Datamodel/NotificationListViewController.swift @@ -162,6 +162,10 @@ struct NotificationListView: View { case .filteredNotificationsInfo(_, let viewModel): if let viewModel { FilteredNotificationsRowView(viewModel) + .accessibilityElement(children: .combine) + .accessibilityAction { + didTap(item: notificationListItem) + } } else { Text("Some notifications have been filtered.") }