Skip to content

Commit

Permalink
fix(ios): virtual nodes need to be flushed
Browse files Browse the repository at this point in the history
  • Loading branch information
ozonelmy authored and zoomchan-cxj committed Oct 26, 2022
1 parent ba43d47 commit be96c20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ios/sdk/module/uimanager/HippyUIManager.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1152,9 +1152,7 @@ - (void)_layoutAndMount:(NSNumber *)hippyTag {
}
}];

#ifdef QBNativeListENABLE
[self flushVirtualNodeBlocks];
#endif

[self flushUIBlocks];

Expand Down

0 comments on commit be96c20

Please sign in to comment.