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

Commit f762e17f authored by Jon Miranda's avatar Jon Miranda
Browse files

Add ENABLE_DYNAMIC_TASKBAR_THRESHOLDS feature flag.

Bug: 294252473
Bug: 274467454
Test: N/A
Change-Id: Ied7867fbae602303c699afc3da7f88eef7aeb728
parent a1877d28
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -277,6 +277,10 @@ public final class FeatureFlags {
            "ENABLE_BACK_SWIPE_HOME_ANIMATION", ENABLED,
            "Enables home animation to icon when user swipes back.");

    public static final BooleanFlag ENABLE_DYNAMIC_TASKBAR_THRESHOLDS = getDebugFlag(294252473,
            "ENABLE_DYNAMIC_TASKBAR_THRESHOLDS", DISABLED,
            "Enables taskbar thresholds that scale based on screen size.");

    // TODO(Block 21): Clean up flags
    public static final BooleanFlag ENABLE_APP_ICON_FOR_INLINE_SHORTCUTS = getDebugFlag(270395087,
            "ENABLE_APP_ICON_IN_INLINE_SHORTCUTS", DISABLED, "Show app icon for inline shortcut");