Removed a potentially invalid accessibility label

pull/965/head
Morgan Pretty 1 year ago
parent 8839b3b108
commit 83175d0089

@ -24,7 +24,6 @@ final class MentionSelectionView: UIView, UITableViewDataSource, UITableViewDele
private lazy var tableView: UITableView = {
let result: UITableView = UITableView()
result.accessibilityLabel = "Contact"
result.dataSource = self
result.delegate = self
result.separatorStyle = .none

Loading…
Cancel
Save