소스 검색

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