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

Commit 9135a52e authored by Hyunyoung Song's avatar Hyunyoung Song Committed by android-build-merger
Browse files

Bye bye swipe down search b/31935141

am: 1ee2db14

Change-Id: I067cca8161d23f2df7ed03acd569a02a2b0de2b4
parents 0de01170 1ee2db14
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;
}