Merge branch 'mkirk/fix-view-model-update' into release/2.33.0

pull/1/head
Matthew Chen 6 years ago
commit 43527ac731

@ -4463,7 +4463,7 @@ typedef enum : NSUInteger {
}
case ConversationUpdateItemType_Update: {
[self.collectionView reloadItemsAtIndexPaths:@[
[NSIndexPath indexPathForRow:(NSInteger)updateItem.newIndex inSection:section]
[NSIndexPath indexPathForRow:(NSInteger)updateItem.oldIndex inSection:section]
]];
hasUpdated = YES;
break;

Loading…
Cancel
Save