Commit 6d69b6f5 authored by Ryan Nystrom's avatar Ryan Nystrom
Browse files

add the items to array

parent f5789921
Showing with 2 additions and 0 deletions
+2 -0
......@@ -286,6 +286,8 @@ void convertReloadToDeleteInsert(NSMutableIndexSet *reloads,
[reloadInsertPaths addObject:reload.toIndexPath];
}
}
[itemDeletes addObjectsFromArray:[reloadDeletePaths allObjects]];
[itemInserts addObjectsFromArray:[reloadInsertPaths allObjects]];
IGListBatchUpdateData *updateData = [[IGListBatchUpdateData alloc] initWithInsertSections:inserts
deleteSections:deletes
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment