Merge branch 'charlesmchen/messageViewGlitches'

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

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

Loading…
Cancel
Save