浏览代码

remove comment

cyberta 5 年之前
父节点
当前提交
9509db3df7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      deltachat-ios/Controller/NewChatViewController.swift

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

@@ -258,7 +258,6 @@ class NewChatViewController: UITableViewController {
                 filteredContactIds = dcContext.getContacts(flags: DC_GCL_ADD_SELF, queryString: searchText)
             }
             tableView.deleteRows(at: [indexPath], with: .automatic)
-            // self.tableView.reloadData()
         }
     }