Skip to content

Commit

Permalink
Merge b07e3b0 into c478935
Browse files Browse the repository at this point in the history
  • Loading branch information
Kashish Goel committed Feb 22, 2018
2 parents c478935 + b07e3b0 commit 96b3f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/IGListBindingSectionController.m
Expand Up @@ -114,7 +114,7 @@ - (void)didUpdateToObject:(id)object {
self.object = object;

if (oldObject == nil) {
self.viewModels = [self.dataSource sectionController:self viewModelsForObject:object];
self.viewModels = [[self.dataSource sectionController:self viewModelsForObject:object] copy];
} else {
IGAssert([oldObject isEqualToDiffableObject:object],
@"Unequal objects %@ and %@ will cause IGListBindingSectionController to reload the entire section",
Expand Down

0 comments on commit 96b3f1b

Please sign in to comment.