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

Commit df7cb761 authored by Fengjiang Li's avatar Fengjiang Li Committed by Android (Google) Code Review
Browse files

Revert "Turn on ENABLE_ALL_APPS_RV_PREINFLATION and ALL_APPS_GONE_VISIBILITY for udc-qpr branch"

This reverts commit e302fb8c.

Reason for revert: WellbeingTests#testPauseAppFromAllApps is failing b/297040371

Change-Id: I92f885abff4bb1e3058eebcd23bf23875e5f84cf
parent e302fb8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -414,12 +414,12 @@ public final class FeatureFlags {

    // TODO(Block 33): Clean up flags
    public static final BooleanFlag ENABLE_ALL_APPS_RV_PREINFLATION = getDebugFlag(288161355,
            "ENABLE_ALL_APPS_RV_PREINFLATION", ENABLED,
            "ENABLE_ALL_APPS_RV_PREINFLATION", DISABLED,
            "Enables preinflating all apps icons to avoid scrolling jank.");

    // TODO(Block 34): Clean up flags
    public static final BooleanFlag ALL_APPS_GONE_VISIBILITY = getDebugFlag(291651514,
            "ALL_APPS_GONE_VISIBILITY", ENABLED,
            "ALL_APPS_GONE_VISIBILITY", DISABLED,
            "Set all apps container view's hidden visibility to GONE instead of INVISIBLE.");

    // TODO(Block 35): Empty block