Эх сурвалжийг харах

Merge pull request #850 from deltachat/fix_cell_highlighting

fix cell highlighting in new chat contact list
bjoern 5 жил өмнө
parent
commit
89dbdc70fb

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