-
Notifications
You must be signed in to change notification settings - Fork 947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(android): add layout module for reset layout cache #4089
Conversation
|
Hi, @siguangli. Thanks for your PR! 👏 🏷️ You can leave a comment in this PR with |
dom/src/dom/yoga_layout_node.cc
Outdated
@@ -280,6 +280,10 @@ void YogaLayoutNode::SetLayoutStyles( | |||
Parser(style_update, style_delete); | |||
} | |||
|
|||
void TaitankLayoutNode::ResetLayoutCache() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yoga?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修正
* feat(android): add layout module for reset layout cache * fix(android): correct to YogaLayoutNode --------- Co-authored-by: siguangli <[email protected]>
* feat(android): add layout module for reset layout cache * fix(android): correct to YogaLayoutNode --------- Co-authored-by: siguangli <[email protected]>
Before submitting a new pull request, please make sure: