瀏覽代碼

Merge pull request #850 from deltachat/fix_cell_highlighting

fix cell highlighting in new chat contact list
bjoern 5 年之前
父節點
當前提交
89dbdc70fb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deltachat-ios/Controller/NewChatViewController.swift

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

@@ -207,6 +207,7 @@ class NewChatViewController: UITableViewController {
         } else {
             showChatAt(row: row)
         }
+        tableView.deselectRow(at: indexPath, animated: false)
     }
 
     override func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? {