diff --git a/Signal/src/ViewControllers/ConversationView/MessagesViewController.m b/Signal/src/ViewControllers/ConversationView/MessagesViewController.m index 31391808b..c9ef86dc9 100644 --- a/Signal/src/ViewControllers/ConversationView/MessagesViewController.m +++ b/Signal/src/ViewControllers/ConversationView/MessagesViewController.m @@ -545,6 +545,8 @@ typedef enum : NSUInteger { // or on another device. [self hideInputIfNeeded]; + [self setNavigationTitle]; + self.isViewVisible = YES; // restart any animations that were stopped e.g. while inspecting the contact info screens.