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

VoiceOver improvements for filtered notifications banner

Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification
Contributes to IOS-380
This commit is contained in:
shannon 2025-03-13 10:59:00 -04:00
parent 00bcae4bd6
commit 716cf2427f

View File

@ -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.")
}