chore: add a11y hint for profile dashboard

This commit is contained in:
CMK 2022-02-15 12:48:07 +08:00
parent 9158700c69
commit c2e5bcafb2
1 changed files with 3 additions and 0 deletions

View File

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