Make Java measure thread-safe.
This commit is contained in:
@@ -378,6 +378,7 @@ static void layoutNodeImpl(css_node_t *node, float parentMaxWidth) {
|
||||
if (isRowUndefined || isColumnUndefined) {
|
||||
css_dim_t measureDim = node->measure(
|
||||
node->context,
|
||||
|
||||
width
|
||||
);
|
||||
if (isRowUndefined) {
|
||||
|
Reference in New Issue
Block a user