Skip to content

Commit

Permalink
fix: update to match patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ezenwankwogabriel committed Jan 9, 2025
1 parent 29ede32 commit 204f375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/REANodesManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ - (void)performOperations
}

if (canUpdateSynchronously) {
[strongSelf.uiManager runSyncUIUpdatesWithObserver:strongSelf];
[strongSelf.uiManager runSyncUIUpdatesWithObserver:syncUpdateObserver];
[syncUpdateObserver unblockUIThread];
}
// In case canUpdateSynchronously=true we still have to send uiManagerWillPerformMounting event
Expand Down

0 comments on commit 204f375

Please sign in to comment.