Respond to CR.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-10-31 15:01:29 -04:00
parent 9053d038ac
commit a0ddb2a06d

View file

@ -2926,10 +2926,10 @@ typedef NS_ENUM(NSInteger, MessagesRangeSizeMode) {
}
[self.collectionView reloadItemsAtIndexPaths:rowsToReload];
}
completion:^(BOOL success) {
completion:^(BOOL finished) {
OWSAssert([NSThread isMainThread]);
if (!success) {
if (!finished) {
DDLogInfo(@"%@ performBatchUpdates did not finish", self.tag);
}