瀏覽代碼

Merge pull request #1112 from deltachat/keep-search

Revert "reset search if user tapped on a chat in the chat list"
cyBerta 4 年之前
父節點
當前提交
6a41133d18
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 {