VoiceOver: Fix profile relationship label not being read

This commit is contained in:
Shadowfacts 2022-12-04 13:49:54 -05:00
parent 19bf6cbf18
commit 726be85223
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ class ProfileHeaderView: UIView {
accessibilityElements = [ accessibilityElements = [
displayNameLabel!, displayNameLabel!,
usernameLabel!, usernameLabel!,
relationshipLabel!,
noteTextView!, noteTextView!,
fieldsView!, fieldsView!,
moreButton!, moreButton!,