Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 7 years ago
parent dc78e32bbf
commit 6fde2852b1

@ -524,7 +524,8 @@ typedef enum : NSUInteger {
];
[self ensureBlockStateIndicator];
// Avoid layout corrupt issues and out-of-date message subtitles.
[self.collectionView.collectionViewLayout invalidateLayout];
[self.collectionView reloadData];
}

Loading…
Cancel
Save