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

Commit 11d8641e authored by hyunyoungs's avatar hyunyoungs
Browse files

ALLAPPS PREINFLATION to TEAMFOOD

This flag should be enabled again when there is guarantee that
the icons inflated in the background thread is guaranteed to be in the same
device profile as the device profile that is current on the main UI thread

Bug: 312126498
Test: manual
Flag: LEGACY ENABLE_ALL_APPS_RV_PREINFLATION TEAMFOOD
Flag: LEGACY ALL_APPS_GONE_VISIBILITY TEAMFOOD
Change-Id: I9b4dae4327d6bdee135360ca1f40bdec5234ed56
parent 8f2dc923
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -484,10 +484,10 @@ 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", TEAMFOOD,
            "Enables preinflating all apps icons to avoid scrolling jank.");
    public static final BooleanFlag ALL_APPS_GONE_VISIBILITY = getDebugFlag(291651514,
            "ALL_APPS_GONE_VISIBILITY", ENABLED,
            "ALL_APPS_GONE_VISIBILITY", TEAMFOOD,
            "Set all apps container view's hidden visibility to GONE instead of INVISIBLE.");

    // TODO(Block 34): Empty block