Skip to content

Commit

Permalink
Convert SmartCropReboundViewPager to Primitive
Browse files Browse the repository at this point in the history
Summary: This diff migrates `SmartCropReboundViewPager` from Litho Mountable API to Litho Primitive API. Mountable API is being replaced by the new Primitive API. There should be no functional or visual changes, it's the same component implemented with a new API.

Differential Revision: D47397851

fbshipit-source-id: 6d7960596151edfeb5a262b5d018bab6557e4b73
  • Loading branch information
zielinskimz authored and facebook-github-bot committed Jul 21, 2023
1 parent cb34582 commit 63ddd4d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ public static boolean isSplitResolveAndLayoutWithSplitHandlers() {
public static boolean enableMountableInIGDS = false;
public static boolean enableMountableInIG4A = false;

public static boolean usePrimitiveSmartCropViewPager = false;

public static boolean hostComponentAlwaysShouldUpdate = true;

private static boolean sReduceMemorySpikeUserSession = false;
Expand Down

0 comments on commit 63ddd4d

Please sign in to comment.