forked from zelo72/mastodon-ios
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(_:)))
|
tapGestureRecognizer.addTarget(self, action: #selector(ProfileStatusDashboardView.tapGestureRecognizerHandler(_:)))
|
||||||
meterView.addGestureRecognizer(tapGestureRecognizer)
|
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