Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ee2db14 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Bye bye swipe down search

b/31935141

Change-Id: I4ab6741baa4681358a8a234860179d2de4290fd7
parent d8fcffb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}