Skip to content

Commit

Permalink
Cleanup (#2280)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag committed Sep 23, 2024
1 parent dfd9097 commit 2d012d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deltachat-ios/Controller/ChatListViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ class ChatListViewController: UITableViewController {
return
}

// we need chatId and everything
let symbolName: String
if numberOfUnreadMessages > 50 {
symbolName = "circle.fill"
Expand Down Expand Up @@ -868,7 +867,7 @@ class ChatListViewController: UITableViewController {
}
let chatViewController = ChatViewController(dcContext: dcContext, chatId: chatId, highlightedMsg: highlightedMsg)
backButtonUpdateableDataSource = chatViewController
updateNextScreensBackButton()
updateNextScreensBackButton(accountId: dcContext.id, chatId: chatId)

navigationController?.pushViewController(chatViewController, animated: animated)
}
Expand Down

0 comments on commit 2d012d6

Please sign in to comment.