Move reset into yoga node and dont set overflow as it has no effect
Reviewed By: marco-cova Differential Revision: D4938759 fbshipit-source-id: 4cd6bc478dd1f56340f23e8bfe95fe7bb1b5db2d
This commit is contained in:
parent
1bc9d448f5
commit
5bb1e4813b
|
@ -139,6 +139,7 @@ public class YogaNode {
|
||||||
mLayoutDirection = 0;
|
mLayoutDirection = 0;
|
||||||
|
|
||||||
mMeasureFunction = null;
|
mMeasureFunction = null;
|
||||||
|
mBaselineFunction = null;
|
||||||
mData = null;
|
mData = null;
|
||||||
|
|
||||||
jni_YGNodeReset(mNativePointer);
|
jni_YGNodeReset(mNativePointer);
|
||||||
|
|
Loading…
Reference in New Issue