Disable floating search bar flag by default.
Will use experiments to selectively enable this flag. Bug: 268388460 Bug: 267856434 Test: Manual Change-Id: I189fd58e5d0a300882a698a7d96c54b9799b146d
This commit is contained in:
@@ -86,7 +86,7 @@ public final class FeatureFlags {
|
||||
"ENABLE_DEVICE_SEARCH", true, "Allows on device search in all apps");
|
||||
|
||||
public static final BooleanFlag ENABLE_FLOATING_SEARCH_BAR =
|
||||
new DeviceFlag("ENABLE_FLOATING_SEARCH_BAR", true,
|
||||
new DeviceFlag("ENABLE_FLOATING_SEARCH_BAR", false,
|
||||
"Keep All Apps search bar at the bottom (but above keyboard if open)");
|
||||
|
||||
public static final BooleanFlag ENABLE_HIDE_HEADER = new DeviceFlag("ENABLE_HIDE_HEADER",
|
||||
|
||||
Reference in New Issue
Block a user