Merge branch 'charlesmchen/messageViewGlitches'

pull/1/head
Matthew Chen 8 years ago
commit dfd4ff5d2e

@ -524,6 +524,10 @@ typedef enum : NSUInteger {
]; ];
[self ensureBlockStateIndicator]; [self ensureBlockStateIndicator];
// Avoid layout corrupt issues and out-of-date message subtitles.
[self.collectionView.collectionViewLayout invalidateLayout];
[self.collectionView reloadData];
} }
- (void)setUserHasScrolled:(BOOL)userHasScrolled { - (void)setUserHasScrolled:(BOOL)userHasScrolled {

Loading…
Cancel
Save