Переглянути джерело

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]? {