1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-02-03 18:57:46 +01:00

Mark AvatarButton as an image (IOS-73)

This commit is contained in:
Jed Fox 2023-02-06 22:42:56 -05:00
parent 3b87916d9a
commit 2cb3f1263a
No known key found for this signature in database
GPG Key ID: 0B61D18EA54B47E1

View File

@ -36,6 +36,7 @@ open class AvatarButton: UIControl {
isAccessibilityElement = true
accessibilityLabel = L10n.Common.Controls.Status.showUserProfile
accessibilityTraits.insert(.image)
}
public override func layoutSubviews() {