Skip to content

Commit

Permalink
fix yoga dir structure
Browse files Browse the repository at this point in the history
Summary: When adding dirsync something went wrong :)

Reviewed By: astreet

Differential Revision: D23537796

fbshipit-source-id: 34104963cb79f385f2e046b388aa6e8f8e1c1fa0
  • Loading branch information
pasqualeanatriello authored and facebook-github-bot committed Sep 11, 2020
1 parent 8bfa5da commit 28bc103
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions litho-rendercore-yoga/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ load(
"LITHO_INFERANNOTATIONS_TARGET",
"LITHO_RENDERCORE_TARGET",
"LITHO_YOGA_TARGET",
"litho_android_library",
)

litho_android_library(
android_library(
name = "litho-rendercore-yoga",
srcs = glob(["src/main/java/**/*.java"]),
visibility = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import com.facebook.rendercore.RenderState.LayoutContext;
import com.facebook.rendercore.utils.LayoutUtils;
import com.facebook.yoga.YogaConfig;
import com.facebook.yoga.YogaConfigFactory;
import com.facebook.yoga.YogaConstants;
import com.facebook.yoga.YogaDirection;
import com.facebook.yoga.YogaDisplay;
Expand Down Expand Up @@ -59,7 +58,7 @@
*/
public class YogaLayoutFunction {

public static final YogaConfig DEFAULT_YOGA_CONFIG = YogaConfigFactory.create();
public static final YogaConfig DEFAULT_YOGA_CONFIG = com.facebook.yoga.YogaConfigFactory.create();

static {
DEFAULT_YOGA_CONFIG.setUseWebDefaults(true);
Expand Down

0 comments on commit 28bc103

Please sign in to comment.