minor improvements on dismissing the keyboard

pull/555/head
Ryan Zhao 3 years ago
parent 42903d835d
commit 0ddb4f355a

@ -68,7 +68,7 @@ public class GlobalSearchViewController: UITableViewController {
tableView.separatorInset = .zero
tableView.separatorStyle = .none
tableView.showsVerticalScrollIndicator = false
tableView.keyboardDismissMode = .interactive
tableView.keyboardDismissMode = .onDrag
tableView.register(EmptySearchResultCell.self, forCellReuseIdentifier: EmptySearchResultCell.reuseIdentifier)
tableView.register(ConversationCell.self, forCellReuseIdentifier: ConversationCell.reuseIdentifier)

Loading…
Cancel
Save