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

Commit fd129bd4 authored by Fengjiang Li's avatar Fengjiang Li
Browse files

Turn off ENABLE_ALL_APPS_RV_PREINFLATION and ALL_APPS_GONE_VISIBILITY

These two flags was accidentally turned on in ag/24107285, reverting them

Flags: ENABLE_ALL_APPS_RV_PREINFLATION ALL_APPS_GONE_VISIBILITY
Test: N/A
Bug: 264341825
Change-Id: If53e6c8e2219e2e95a5b08e15d9ea8669cd77385
parent c325c686
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -395,12 +395,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