Przeglądaj źródła

Merge pull request #1112 from deltachat/keep-search

Revert "reset search if user tapped on a chat in the chat list"
cyBerta 4 lat temu
rodzic
commit
6a41133d18

+ 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 {