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

// FREEBIE
This commit is contained in:
Matthew Chen 2017-04-24 11:58:07 -04:00
parent 89de686809
commit b99984f9d3
1 changed files with 1 additions and 0 deletions

View File

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