diff --git a/Ring/Ring/Calls/CallViewController.swift b/Ring/Ring/Calls/CallViewController.swift
index 1fcf053e3d42486804619210bfab9c708d527add..cd0435fed5bee1f8b4e94d8bbc749c936dd06780 100644
--- a/Ring/Ring/Calls/CallViewController.swift
+++ b/Ring/Ring/Calls/CallViewController.swift
@@ -109,13 +109,13 @@ class CallViewController: UIViewController, StoryboardBased, ViewModelBased {
         self.setUpCallButtons()
         self.setupBindings()
         self.profileImageView.tintColor = UIColor.jamiDefaultAvatar
+        nameLabel.textColor = UIColor.jamiLabelColor
+        durationLabel.textColor = UIColor.jamiLabelColor
+        infoBottomLabel.textColor = UIColor.jamiLabelColor
         if self.viewModel.isAudioOnly {
             // The durationLabel and buttonsContainer alpha is set here to 0, and to 1 (with a duration) when appear on the screen to have a fade in animation
             self.durationLabel.alpha = 0
             self.buttonsContainer.stackView.alpha = 0
-            nameLabel.textColor = UIColor.jamiLabelColor
-            durationLabel.textColor = UIColor.jamiLabelColor
-            infoBottomLabel.textColor = UIColor.jamiLabelColor
             self.showAllInfo()
             self.setWhiteAvatarView()
         }
diff --git a/Ring/Ring/Features/Conversations/Conversation/ConversationViewController.swift b/Ring/Ring/Features/Conversations/Conversation/ConversationViewController.swift
index f66daec84d6a2a19c93cc027e49f2378f5bca453..decc5f333034b33fff9c93f025af115bdac01397 100644
--- a/Ring/Ring/Features/Conversations/Conversation/ConversationViewController.swift
+++ b/Ring/Ring/Features/Conversations/Conversation/ConversationViewController.swift
@@ -77,6 +77,7 @@ class ConversationViewController: UIViewController,
             self.setupNavTitle(profileImageData: self.viewModel.profileImageData.value,
             displayName: self.viewModel.displayName.value,
             username: self.viewModel.userName.value)
+            self.tableView.reloadData()
         }).disposed(by: self.disposeBag)
 
         /*