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

Commit 791c9cbc authored by Federico Baron's avatar Federico Baron
Browse files

Add flags for new restore icon treatment

We're updating the way apps look when they're pending, downloading, and installing. It will look like this mock https://docs.google.com/presentation/d/1V9-1C3mJ3zRGsuzzzYExisr9vLYecgADa1FucMoW_aw/edit#slide=id.g16c002f332d_1_0

Bug: 254858049
Test: N/A
Change-Id: I4403f857c9c1fc24c65223886008252462209804
parent 39768edb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -330,6 +330,10 @@ public final class FeatureFlags {
            "HOME_GARDENING_WORKSPACE_BUTTONS", false,
            "Change workspace edit buttons to reflect home gardening");

    public static final BooleanFlag ENABLE_DOWNLOAD_APP_UX_V2 = getDebugFlag(
            "ENABLE_DOWNLOAD_APP_UX_V2", false, "Updates the download app UX"
                    + " to have better visuals");

    public static final BooleanFlag ENABLE_TASKBAR_REVISED_THRESHOLDS = getDebugFlag(
            "ENABLE_TASKBAR_REVISED_THRESHOLDS", false,
            "Uses revised thresholds for transient taskbar.");