nayooti пре 5 година
родитељ
комит
59aafeafaf
1 измењених фајлова са 0 додато и 1 уклоњено
  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?()
     }