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

Commit b96e0845 authored by Becky Qiu's avatar Becky Qiu Committed by Android (Google) Code Review
Browse files

Merge "[Toast] Add a feature flag for rich answer" into tm-qpr-dev

parents 691c6e51 654c3d1b
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");