Browse Source

scroll to top in quitSearch

nayooti 5 years ago
parent
commit
15bff0f1bd
1 changed files with 3 additions and 1 deletions
  1. 3 1
      deltachat-ios/Controller/ChatListController.swift

+ 3 - 1
deltachat-ios/Controller/ChatListController.swift

@@ -150,7 +150,9 @@ class ChatListController: UITableViewController {
     private func quitSearch(animated: Bool) {
         searchController.searchBar.text = nil
         self.viewModel.endSearch()
-        searchController.dismiss(animated: animated)
+        searchController.dismiss(animated: animated) {
+            self.tableView.scrollToTop()
+        }
     }
 
     // MARK: - UITableViewDelegate + UITableViewDatasource