Merge branch 'mkirk/fix-view-model-update' into release/2.33.0
This commit is contained in:
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…
Reference in New Issue
Block a user