From 803e91c3ce5e4694a8663e83a20366102941bdef Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 27 Jul 2017 11:38:35 -0400 Subject: [PATCH] Fix assert in conversation view around nil title. // FREEBIE --- .../ViewControllers/ConversationView/MessagesViewController.m | 2 ++ 1 file changed, 2 insertions(+) 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.