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

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

Turn on ENABLE_ALL_APPS_RV_PREINFLATION and ALL_APPS_GONE_VISIBILITY for udc-qpr branch

Flags: ENABLE_ALL_APPS_RV_PREINFLATION ALL_APPS_GONE_VISIBILITY
Test: Tested in bug bash
Bug: 288161355 291651514
Change-Id: Iea486fcbe7099e823cac17d05d1b5a18d5258b2c
parent 7f347e93
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", DISABLED,
            "ENABLE_ALL_APPS_RV_PREINFLATION", ENABLED,
            "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", DISABLED,
            "ALL_APPS_GONE_VISIBILITY", ENABLED,
            "Set all apps container view's hidden visibility to GONE instead of INVISIBLE.");

    // TODO(Block 35): Empty block