Explorar el Código

deleted unneeded dismiss

nayooti hace 5 años
padre
commit
59aafeafaf
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      deltachat-ios/Controller/ProfileInfoViewController.swift

+ 0 - 1
deltachat-ios/Controller/ProfileInfoViewController.swift

@@ -132,7 +132,6 @@ class ProfileInfoViewController: UITableViewController {
 
     @objc private func doneButtonPressed(_ sender: UIBarButtonItem) {
         dcContext.displayname = displayName
-        self.dismiss(animated: false, completion: nil) // not sure if this is needed
         onClose?()
     }