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

Commit 9820d474 authored by Becky Qiu's avatar Becky Qiu
Browse files

[Toast] Remove feature flag for rich answer, use all apps flag instead.

This is to prepare for the server launch.

Bug: 241295640, 256693300
Test: local
Change-Id: Idf1fe2b05e998dbab790d3dc1a7ea63f9daa2df7
parent 6e192cd7
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -301,10 +301,6 @@ public final class FeatureFlags {
            "USE_SEARCH_REQUEST_TIMEOUT_OVERRIDES", false,
            "USE_SEARCH_REQUEST_TIMEOUT_OVERRIDES", false,
            "Use local overrides for search request timeout");
            "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(
    public static final BooleanFlag CONTINUOUS_VIEW_TREE_CAPTURE = getDebugFlag(
            "CONTINUOUS_VIEW_TREE_CAPTURE", false, "Capture View tree every frame");
            "CONTINUOUS_VIEW_TREE_CAPTURE", false, "Capture View tree every frame");