summaryrefslogtreecommitdiffstats
path: root/src_config
diff options
context:
space:
mode:
Diffstat (limited to 'src_config')
-rw-r--r--src_config/com/android/launcher3/config/FeatureFlags.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src_config/com/android/launcher3/config/FeatureFlags.java b/src_config/com/android/launcher3/config/FeatureFlags.java
index 81fa3370f..13acc4ae3 100644
--- a/src_config/com/android/launcher3/config/FeatureFlags.java
+++ b/src_config/com/android/launcher3/config/FeatureFlags.java
@@ -31,8 +31,10 @@ public final class FeatureFlags {
public static boolean LAUNCHER3_DISABLE_PINCH_TO_OVERVIEW = false;
public static boolean LAUNCHER3_ALL_APPS_PULL_UP = true;
- // Feature flag to enable moving the QSB on the 0th screen of the workspace
+ // Feature flag to enable moving the QSB on the 0th screen of the workspace.
public static final boolean QSB_ON_FIRST_SCREEN = true;
// When enabled the all-apps icon is not added to the hotseat.
public static final boolean NO_ALL_APPS_ICON = true;
+ // When enabled fling down gesture on the first workspace triggers search.
+ public static final boolean PULLDOWN_SEARCH = true;
}