Fix More button in profile header not being VoiceOver accessible
This commit is contained in:
parent
f54d4d757f
commit
0566f0ddfa
@ -55,6 +55,8 @@ class VisualEffectImageButton: UIControl {
|
||||
addInteraction(UIContextMenuInteraction(delegate: self))
|
||||
|
||||
addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(onTap)))
|
||||
|
||||
isAccessibilityElement = true
|
||||
}
|
||||
|
||||
@objc private func onTap() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user