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:
parent
00bcae4bd6
commit
716cf2427f
@ -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.")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user