瀏覽代碼

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

cyberta 5 年之前
父節點
當前提交
9539827d77
共有 1 個文件被更改,包括 1 次插入3 次删除
  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 sectionInviteRowAddMembers = 0
     private let sectionInviteRowShowQrCode = 1
-    private lazy var countSectionInvite: Int = {
-        return isVerifiedGroup ? 2 : 1
-    }()
+    private lazy var countSectionInvite: Int = 2
     private let sectionGroupMembers = 2
 
     lazy var groupNameCell: TextFieldCell = {