Fix assert in conversation view around nil title.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 898f122d2b
commit 803e91c3ce

@ -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.

Loading…
Cancel
Save