Merge pull request #965 from mpretty-cyro/fix/mention-automated-tests

Fix/mention automated tests
pull/894/merge
Morgan Pretty 1 month ago committed by GitHub
commit c435f1b577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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