Fix the “message view subtitle mis-sized after muting” issue.

// FREEBIE
pull/1/head
Matthew Chen 9 years ago
parent 89de686809
commit b99984f9d3

@ -1013,6 +1013,7 @@ typedef enum : NSUInteger {
NSForegroundColorAttributeName : [UIColor colorWithWhite:0.9f alpha:1.f],
}]];
self.navigationBarSubtitleLabel.attributedText = subtitleText;
[self.navigationBarSubtitleLabel sizeToFit];
}
- (void)initializeToolbars

Loading…
Cancel
Save