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

Remove back title on contact controller from single chat

parent a25859e9
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.
Finish editing this message first!
Please register or to comment