Fix More button in profile header not being VoiceOver accessible

This commit is contained in:
Shadowfacts 2021-06-06 22:35:03 -04:00
parent f54d4d757f
commit 0566f0ddfa
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ class VisualEffectImageButton: UIControl {
addInteraction(UIContextMenuInteraction(delegate: self))
addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(onTap)))
isAccessibilityElement = true
}
@objc private func onTap() {