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:
Emil Sjolander 2017-04-25 03:18:15 -07:00 committed by Facebook Github Bot
parent 1bc9d448f5
commit 5bb1e4813b
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ public class YogaNode {
mLayoutDirection = 0;
mMeasureFunction = null;
mBaselineFunction = null;
mData = null;
jni_YGNodeReset(mNativePointer);