Avoid stale mapping in conversation view.

// FREEBIE
pull/1/head
Matthew Chen 7 years ago
parent 331a1e90e3
commit 0d07e0222f

@ -548,8 +548,6 @@ typedef enum : NSUInteger {
[self ensureBannerState];
[self resetContentAndLayout];
[super viewWillAppear:animated];
// In case we're dismissing a CNContactViewController which requires default system appearance
@ -570,6 +568,8 @@ typedef enum : NSUInteger {
[self.messageMappings updateWithTransaction:transaction];
}];
[self updateMessageMappingRangeOptions];
[self resetContentAndLayout];
[self toggleObservers:YES];

Loading…
Cancel
Save