Browse Source

don't pop NewGroupController after adding members, group name might be missing, creation of a group would be canceled

cyberta 5 years ago
parent
commit
37ed879a8d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      deltachat-ios/Controller/NewGroupController.swift

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

@@ -389,7 +389,6 @@ class NewGroupController: UITableViewController, MediaPickerDelegate {
         newGroupController.onMembersSelected = { [weak self] (memberIds: Set<Int>) -> Void in
             guard let self = self else { return }
             self.updateGroupContactIdsOnListSelection(memberIds)
-            self.navigationController?.popViewController(animated: true)
         }
         navigationController?.pushViewController(newGroupController, animated: true)
     }