Browse Source

reorder new-chat options (new-contact first, then new-group)

B. Petersen 5 năm trước cách đây
mục cha
commit
541812c8da
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      deltachat-ios/Controller/NewChatViewController.swift

+ 3 - 3
deltachat-ios/Controller/NewChatViewController.swift

@@ -8,9 +8,9 @@ class NewChatViewController: UITableViewController {
     private let dcContext: DcContext
 
     private let sectionNew = 0
-    private let sectionNewRowNewGroup = 0
-    private let sectionNewRowNewVerifiedGroup = 1
-    private let sectionNewRowNewContact = 2
+    private let sectionNewRowNewContact = 0
+    private let sectionNewRowNewGroup = 1
+    private let sectionNewRowNewVerifiedGroup = 2
     private let sectionNewRowCount = 3
 
     private let sectionImportedContacts = 1