From 00bcae4bd6d805a7b24e01c89107fc522902f76a Mon Sep 17 00:00:00 2001 From: shannon Date: Thu, 13 Mar 2025 10:58:29 -0400 Subject: [PATCH] Attempt to improve VoiceOver for accepted/rejected follower requests Unfortunately needs further work (VoiceOver does not announce this label as part of the row). Contributes to #399 [BUG] Multiple interactions do not collapse into a single notification Contributes to IOS-380 --- .../NotificationRowView.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift b/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift index 2dcb1606a..25868ec74 100644 --- a/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift +++ b/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift @@ -789,8 +789,10 @@ struct NotificationRowView: View { case (.iHaveAnsweredTheirRequestToFollowMe(let didAccept), false): if didAccept { lightwieghtImageView("checkmark", size: smallAvatarSize) + .accessibilityLabel(L10n.Scene.Notification.FollowRequest.accepted) } else { lightwieghtImageView("xmark", size: smallAvatarSize) + .accessibilityLabel(L10n.Scene.Notification.FollowRequest.rejected) } case (.error(_), _): lightwieghtImageView(