Skip to content

Commit

Permalink
Move "Invite contacts" to the end (#2277)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag committed Aug 26, 2024
1 parent ea5b46d commit 92bb3fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deltachat-ios/Controller/NewChatViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 92bb3fd

Please sign in to comment.