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
1 changed files with 1 additions and 0 deletions

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() {