소스 검색

scroll to top in quitSearch

nayooti 5 년 전
부모
커밋
15bff0f1bd
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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