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

Commit 654c3d1b authored by Becky Qiu's avatar Becky Qiu
Browse files

[Toast] Add a feature flag for rich answer

Bug: 241295640
Test: tested with opt-in suggest data.
Change-Id: I424525eed93c60e77566bcaf673f9f1ff61e1fa1
parent 1a8b95a9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -297,6 +297,10 @@ public final class FeatureFlags {
            "USE_SEARCH_REQUEST_TIMEOUT_OVERRIDES", false,
            "Use local overrides for search request timeout");

    public static final BooleanFlag ENABLE_RICH_ANSWER = new DeviceFlag(
            "ENABLE_RICH_ANSWER", false,
            "Enable rich answer new UI for web answer search results");

    public static final BooleanFlag CONTINUOUS_VIEW_TREE_CAPTURE = getDebugFlag(
            "CONTINUOUS_VIEW_TREE_CAPTURE", false, "Capture View tree every frame");