mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-11 08:34:22 +01:00
chore: add a11y hint for profile dashboard
This commit is contained in:
parent
9158700c69
commit
c2e5bcafb2
@ -75,6 +75,9 @@ extension ProfileStatusDashboardView {
|
||||
tapGestureRecognizer.addTarget(self, action: #selector(ProfileStatusDashboardView.tapGestureRecognizerHandler(_:)))
|
||||
meterView.addGestureRecognizer(tapGestureRecognizer)
|
||||
}
|
||||
|
||||
followingDashboardMeterView.accessibilityHint = "Double tap to open the list" // TODO: i18n
|
||||
followersDashboardMeterView.accessibilityHint = "Double tap to open the list"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user