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

Commit 6d466d3a authored by Gustav Sennton's avatar Gustav Sennton
Browse files

Add flag to attach DragToDesktop visual indicator to transition root

Bug: 392826275
Flag: EXEMPT adding flag
Test: N/A
Change-Id: Ia8f43a29a81f5bedc2ce4e35455482f6b9619ddd
parent 124090d5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -122,6 +122,8 @@ public enum DesktopModeFlags {
    ENABLE_TILE_RESIZING(Flags::enableTileResizing, true),
    ENABLE_TOP_VISIBLE_ROOT_TASK_PER_USER_TRACKING(Flags::enableTopVisibleRootTaskPerUserTracking,
            true),
    ENABLE_VISUAL_INDICATOR_IN_TRANSITION_BUGFIX(
            Flags::enableVisualIndicatorInTransitionBugfix, false),
    ENABLE_WINDOWING_DYNAMIC_INITIAL_BOUNDS(Flags::enableWindowingDynamicInitialBounds, true),
    ENABLE_WINDOWING_EDGE_DRAG_RESIZE(Flags::enableWindowingEdgeDragResize, true),
    ENABLE_WINDOWING_SCALED_RESIZING(Flags::enableWindowingScaledResizing, true),
+11 −1
Original line number Diff line number Diff line
@@ -853,3 +853,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_visual_indicator_in_transition_bugfix"
    namespace: "lse_desktop_experience"
    description: "Enables bugfix to move visual drop-zone indicator to transition root, so it can't be shown after the transition."
    bug: "392826275"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}