minor UI fix

pull/555/head
Ryan Zhao 3 years ago
parent 3a626ed80a
commit 9d9a3f92cb

@ -64,6 +64,8 @@ public class GlobalSearchViewController: UITableViewController {
tableView.separatorColor = .clear
tableView.separatorInset = .zero
tableView.separatorStyle = .none
tableView.showsVerticalScrollIndicator = false
tableView.keyboardDismissMode = .interactive
tableView.register(EmptySearchResultCell.self, forCellReuseIdentifier: EmptySearchResultCell.reuseIdentifier)
tableView.register(ConversationCell.self, forCellReuseIdentifier: ConversationCell.reuseIdentifier)

Loading…
Cancel
Save