Merge "Turn flag on for LAUNCHER3_PHYSICS." into ub-launcher3-dorval-polish

This commit is contained in:
Jonathan Miranda
2017-05-23 22:34:13 +00:00
committed by Android (Google) Code Review
@@ -41,7 +41,7 @@ public final class FeatureFlags {
// When enabled uses the AllAppsRadialGradientAndScrimDrawable for all apps
public static boolean LAUNCHER3_GRADIENT_ALL_APPS = false;
// When enabled allows use of physics based motions in the Launcher.
public static boolean LAUNCHER3_PHYSICS = false;
public static boolean LAUNCHER3_PHYSICS = true;
// Feature flag to enable moving the QSB on the 0th screen of the workspace.
public static final boolean QSB_ON_FIRST_SCREEN = true;