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

Commit 475940ab authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add flag to attach DragToDesktop visual indicator to transition root" into main

parents 12048d90 6d466d3a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -126,6 +126,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
@@ -865,3 +865,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
    }
}