Skip to content
Snippets Groups Projects
Commit 1206856a authored by Bruno Muniz's avatar Bruno Muniz :apple:
Browse files

Merge branch 'fix/contact-screen-nav-back-title' into 'dev'

Remove back title on contact controller from single chat

See merge request elixxir/client-ios!99
parents a25859e9 04226e25
No related branches found
No related tags found
1 merge request!99Remove back title on contact controller from single chat
...@@ -84,6 +84,7 @@ public final class SingleChatController: UIViewController { ...@@ -84,6 +84,7 @@ public final class SingleChatController: UIViewController {
public override func viewWillAppear(_ animated: Bool) { public override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated) super.viewWillAppear(animated)
navigationItem.backButtonTitle = ""
statusBar.set(.darkContent) statusBar.set(.darkContent)
navigationController?.navigationBar.customize( navigationController?.navigationBar.customize(
backgroundColor: Asset.neutralWhite.color, backgroundColor: Asset.neutralWhite.color,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment