Explorar o código

re-enable contact editing

Alla Reinsch %!s(int64=7) %!d(string=hai) anos
pai
achega
b61846af5f
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      deltachat-ios/NewChatViewController.swift

+ 3 - 1
deltachat-ios/NewChatViewController.swift

@@ -17,7 +17,7 @@ class NewChatViewController: UITableViewController {
     weak var chatDisplayer: ChatDisplayer?
 
     override func viewDidLoad() {
-        super.viewDidLoad()
+        //super.viewDidLoad()
 
         title = "New Chat"
         navigationController?.navigationBar.prefersLargeTitles = true
@@ -98,6 +98,8 @@ class NewChatViewController: UITableViewController {
         cell.initialsLabel.text = Utils.getInitials(inputName: contact.name)
         let contactColor = Utils.color(row: contactRow, colors: Constants.chatColors)
         cell.setColor(contactColor)
+        
+        cell.accessoryType = .detailDisclosureButton
         return cell
     }