Reload data and invalidate layout whenever message view will appear.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 0039f4b697
commit dc78e32bbf

@ -524,6 +524,9 @@ typedef enum : NSUInteger {
];
[self ensureBlockStateIndicator];
[self.collectionView.collectionViewLayout invalidateLayout];
[self.collectionView reloadData];
}
- (void)setUserHasScrolled:(BOOL)userHasScrolled {

Loading…
Cancel
Save