Skip to content
Snippets Groups Projects

Remove back title on contact controller from single chat

Merged Bruno Muniz requested to merge fix/contact-screen-nav-back-title into dev
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -84,6 +84,7 @@ public final class SingleChatController: UIViewController {
public override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
navigationItem.backButtonTitle = ""
statusBar.set(.darkContent)
navigationController?.navigationBar.customize(
backgroundColor: Asset.neutralWhite.color,
Loading