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…
Reference in New Issue