Avoid stale mapping in conversation view.

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

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

Loading…
Cancel
Save