Browse Source

Merge pull request #1112 from deltachat/keep-search

Revert "reset search if user tapped on a chat in the chat list"
cyBerta 4 năm trước cách đây
mục cha
commit
6a41133d18
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      deltachat-ios/Controller/ChatListController.swift

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

@@ -140,7 +140,6 @@ class ChatListController: UITableViewController {
     override func viewDidDisappear(_ animated: Bool) {
         super.viewDidDisappear(animated)
         stopTimer()
-        searchController.isActive = false
 
         let nc = NotificationCenter.default
         if let msgChangedObserver = self.msgChangedObserver {