Move reset into yoga node and dont set overflow as it has no effect

Summary: We don't need to set overflow from litho any more because overflow hidden / visible no longer effects layout.

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 849de89a58
commit dc4d16401f

View File

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