From 04226e25a72eb625948cc423f2621ee2b2595923 Mon Sep 17 00:00:00 2001
From: Bruno Muniz Azevedo Filho <bruno@elixxir.io>
Date: Tue, 13 Dec 2022 21:19:14 -0300
Subject: [PATCH] Remove back title on contact controller from single chat

---
 Sources/ChatFeature/Controllers/SingleChatController.swift | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Sources/ChatFeature/Controllers/SingleChatController.swift b/Sources/ChatFeature/Controllers/SingleChatController.swift
index 71fa59ca..e8d8208d 100644
--- a/Sources/ChatFeature/Controllers/SingleChatController.swift
+++ b/Sources/ChatFeature/Controllers/SingleChatController.swift
@@ -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,
-- 
GitLab