mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-02-03 10:47:35 +01:00
Mark AvatarButton as an image (IOS-73)
This commit is contained in:
parent
3b87916d9a
commit
2cb3f1263a
@ -36,6 +36,7 @@ open class AvatarButton: UIControl {
|
||||
|
||||
isAccessibilityElement = true
|
||||
accessibilityLabel = L10n.Common.Controls.Status.showUserProfile
|
||||
accessibilityTraits.insert(.image)
|
||||
}
|
||||
|
||||
public override func layoutSubviews() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user