Turn flag on for LAUNCHER3_PHYSICS.
Change-Id: Ibd89a1a422dda9d24b64f4e2968c4edb1342db22
diff --git a/src_flags/com/android/launcher3/config/FeatureFlags.java b/src_flags/com/android/launcher3/config/FeatureFlags.java
index 2f97a2b..6562466 100644
--- a/src_flags/com/android/launcher3/config/FeatureFlags.java
+++ b/src_flags/com/android/launcher3/config/FeatureFlags.java
@@ -41,7 +41,7 @@
// 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;