Skip to content

Commit

Permalink
fix(android): correct to YogaLayoutNode
Browse files Browse the repository at this point in the history
  • Loading branch information
siguangli2018 committed Oct 23, 2024
1 parent 1d3d873 commit 4869164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/src/dom/yoga_layout_node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ void YogaLayoutNode::SetLayoutStyles(
Parser(style_update, style_delete);
}

void TaitankLayoutNode::ResetLayoutCache() {
void YogaLayoutNode::ResetLayoutCache() {
FOOTSTONE_DLOG(INFO) << "ResetLayoutCache not impl in yoga";
}

Expand Down

0 comments on commit 4869164

Please sign in to comment.