Skip to content

Commit

Permalink
Re-enable titleView-fix for iOS16 again
Browse files Browse the repository at this point in the history
I have no idea why this was reverted? I don't recall that.
  • Loading branch information
zeitschlag committed Feb 23, 2024
1 parent fc3ec7f commit 48d00b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deltachat-ios/Chat/ChatViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@ class ChatViewController: UITableViewController, UITableViewDropDelegate {
}

titleView.updateTitleView(title: dcChat.name, subtitle: subtitle, isVerified: dcChat.isProtected)
titleView.layoutIfNeeded()
navigationItem.titleView = titleView
self.navigationItem.setLeftBarButton(nil, animated: true)
}
Expand Down

0 comments on commit 48d00b8

Please sign in to comment.