From 0f79e267ef260364b56c5c51eb39f5e2747a69d6 Mon Sep 17 00:00:00 2001 From: Mario Bertschler Date: Tue, 20 Jun 2017 10:38:58 -0700 Subject: [PATCH] disable feature flag LAUNCHER3_PROMISE_APPS_IN_ALL_APPS Bug: 38419507 Change-Id: Ic2e78136eb7657e10b37cd8382b94f95102010fe --- src_flags/com/android/launcher3/config/FeatureFlags.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_flags/com/android/launcher3/config/FeatureFlags.java b/src_flags/com/android/launcher3/config/FeatureFlags.java index 40200c5903..42a110cfe0 100644 --- a/src_flags/com/android/launcher3/config/FeatureFlags.java +++ b/src_flags/com/android/launcher3/config/FeatureFlags.java @@ -37,7 +37,7 @@ public final class FeatureFlags { // When enabled while all-apps open, the soft input will be set to adjust resize . public static boolean LAUNCHER3_UPDATE_SOFT_INPUT_MODE = true; // When enabled the promise icon is visible in all apps while installation an app. - public static boolean LAUNCHER3_PROMISE_APPS_IN_ALL_APPS = true; + public static boolean LAUNCHER3_PROMISE_APPS_IN_ALL_APPS = false; // When enabled uses the AllAppsRadialGradientAndScrimDrawable for all apps public static boolean LAUNCHER3_GRADIENT_ALL_APPS = true; // When enabled allows use of physics based motions in the Launcher.