Bye bye swipe down search

b/31935141

Change-Id: I4ab6741baa4681358a8a234860179d2de4290fd7
This commit is contained in:
Hyunyoung Song
2016-10-06 12:37:45 -07:00
parent d8fcffb8fe
commit 1ee2db14e0
@@ -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;
}