Browse Source

invite qr code should be available for normal group creation, too

cyberta 5 years ago
parent
commit
9539827d77
1 changed files with 1 additions and 3 deletions
  1. 1 3
      deltachat-ios/Controller/NewGroupController.swift

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

@@ -21,9 +21,7 @@ class NewGroupController: UITableViewController, MediaPickerDelegate {
     private let sectionInvite = 1
     private let sectionInvite = 1
     private let sectionInviteRowAddMembers = 0
     private let sectionInviteRowAddMembers = 0
     private let sectionInviteRowShowQrCode = 1
     private let sectionInviteRowShowQrCode = 1
-    private lazy var countSectionInvite: Int = {
-        return isVerifiedGroup ? 2 : 1
-    }()
+    private lazy var countSectionInvite: Int = 2
     private let sectionGroupMembers = 2
     private let sectionGroupMembers = 2
 
 
     lazy var groupNameCell: TextFieldCell = {
     lazy var groupNameCell: TextFieldCell = {