Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 9053d038ac
commit a0ddb2a06d

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

Loading…
Cancel
Save