diff --git a/deltachat-ios/Controller/NewChatViewController.swift b/deltachat-ios/Controller/NewChatViewController.swift index c8f8f8499..cc4a667ec 100644 --- a/deltachat-ios/Controller/NewChatViewController.swift +++ b/deltachat-ios/Controller/NewChatViewController.swift @@ -15,8 +15,9 @@ class NewChatViewController: UITableViewController { private let newOptions: [NewOption] private let sectionNew = 0 - private let sectionInviteFriends = 1 - private let sectionContacts = 2 + private let sectionContacts = 1 + private let sectionInviteFriends = 2 + private let sectionsCount = 3 private lazy var searchController: UISearchController = {