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

Commit b342e67b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove ENABLE_ONE_SEARCH" into tm-dev am: d21c51c9

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17168870

Change-Id: I91573e1dbbfcbbd9aa6ae825f2e544d1625f7ca6
parents b5487e82 d21c51c9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -89,9 +89,6 @@ public final class FeatureFlags {
    public static final BooleanFlag ENABLE_DEVICE_SEARCH = new DeviceFlag(
            "ENABLE_DEVICE_SEARCH", true, "Allows on device search in all apps");

    public static final BooleanFlag ENABLE_ONE_SEARCH = new DeviceFlag("ENABLE_ONE_SEARCH", false,
            "Use homescreen search box to complete allApps searches");

    public static final BooleanFlag ENABLE_FLOATING_SEARCH_BAR =
            getDebugFlag("ENABLE_FLOATING_SEARCH_BAR", false,
                    "Keep All Apps search bar at the bottom (but above keyboard if open)");