Browse Source

deleted unneeded dismiss

nayooti 5 năm trước cách đây
mục cha
commit
59aafeafaf
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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?()
     }