From f99370c2a9cbe340f340a15a5f065166de9f809a Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Fri, 16 Sep 2016 12:03:27 -0700 Subject: Fixing issue where overview->normal workspace mode cannot be done by tapping b/31458165 Because workspaceInModalState makes the VerticalFlingDetector to consume the touch input, click is not detected in Overview mode. Placed pulldown to search behind a feature flag. Change-Id: I31ab69f57944a18e6b264c4f2ed2d0c1175cd940 --- src_config/com/android/launcher3/config/FeatureFlags.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src_config') 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; } -- cgit v1.2.3