OSDN Git Service

Bye bye swipe down search
authorHyunyoung Song <hyunyoungs@google.com>
Thu, 6 Oct 2016 19:37:45 +0000 (12:37 -0700)
committerHyunyoung Song <hyunyoungs@google.com>
Thu, 6 Oct 2016 19:37:45 +0000 (12:37 -0700)
b/31935141

Change-Id: I4ab6741baa4681358a8a234860179d2de4290fd7

src_config/com/android/launcher3/config/FeatureFlags.java

index 13acc4a..fe7bcbd 100644 (file)
@@ -36,5 +36,5 @@ public final class FeatureFlags {
     // 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;
+    public static final boolean PULLDOWN_SEARCH = false;
 }