Explorar o código

fix cell highlighting in new chat contact list

cyberta %!s(int64=5) %!d(string=hai) anos
pai
achega
d4cff00af1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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]? {