minor UI fix

This commit is contained in:
Ryan Zhao 2022-01-18 14:04:10 +11:00
parent 3a626ed80a
commit 9d9a3f92cb
1 changed files with 2 additions and 0 deletions

View File

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