Fix build
Summary: Fix C# build Reviewed By: emilsjolander Differential Revision: D4183287 fbshipit-source-id: 7dda449a940589de1d37f4024964a6512ab123e3
This commit is contained in:
committed by
Facebook Github Bot
parent
d80bac4234
commit
667858990c
@@ -555,7 +555,7 @@ namespace Facebook.CSSLayout
|
||||
CSSExperimentalFeature feature,
|
||||
bool enabled)
|
||||
{
|
||||
return Native.CSSLayoutSetExperimentalFeatureEnabled(feature, enabled);
|
||||
Native.CSSLayoutSetExperimentalFeatureEnabled(feature, enabled);
|
||||
}
|
||||
|
||||
public static bool isExperimentalFeatureEnabled(CSSExperimentalFeature feature)
|
||||
|
Reference in New Issue
Block a user