Parcourir la source

deleted unneeded dismiss

nayooti il y a 5 ans
Parent
commit
59aafeafaf
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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?()
     }