Skip to content

Commit

Permalink
Merge branch 'main' into dev/contextname
Browse files Browse the repository at this point in the history
  • Loading branch information
open-hippy authored Aug 30, 2023
2 parents 77a27d0 + 1e1af4c commit 92c9018
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ - (void)applyDiff:(NativeRenderBaseListViewDataSource *)another
}];

BOOL success = YES;
[UIView setAnimationsEnabled:NO];
if ([batchUpdate count]) {
[UIView setAnimationsEnabled:NO];
@try {
[view performBatchUpdates:^{
for (NSInvocation *invocation in batchUpdate) {
Expand Down

0 comments on commit 92c9018

Please sign in to comment.