ソースを参照

deleted unneeded dismiss

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?()
     }