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

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

Merge "[Toast] Remove feature flag for rich answer, use all apps flag instead." into tm-qpr-dev

parents ed882317 9820d474
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -301,10 +301,6 @@ 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");