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

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

Merge "Bugfix flag to add taskbar recents to splitscreen" into main

parents 01905a83 8c69a8ed
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -208,6 +208,9 @@ public enum DesktopExperienceFlags {
            Flags.FLAG_ENABLE_TASKBAR_CONNECTED_DISPLAYS),
    ENABLE_TASKBAR_RECENT_TASKS_THROTTLE_BUGFIX(Flags::enableTaskbarRecentTasksThrottleBugfix,
            true, Flags.FLAG_ENABLE_TASKBAR_RECENT_TASKS_THROTTLE_BUGFIX),
    ENABLE_TASKBAR_RUNNING_TASKS_IN_SPLITSCREEN_SELECT_BUGFIX(
            Flags::taskbarRunningTasksInSplitscreenSelect, false,
            Flags.FLAG_TASKBAR_RUNNING_TASKS_IN_SPLITSCREEN_SELECT),
    ENABLE_TILE_RESIZING(Flags::enableTileResizing, true, Flags.FLAG_ENABLE_TILE_RESIZING),
    ENABLE_WINDOWING_TASK_STACK_ORDER_BUGFIX(
            Flags::enableWindowingTaskStackOrderBugfix, true,
+11 −0
Original line number Diff line number Diff line
@@ -1458,4 +1458,15 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "taskbar_running_tasks_in_splitscreen_select"
    namespace: "lse_desktop_experience"
    description: "Enables bugfix to fix recent task icons behavior in taskbar during split screen selection."
    bug: "393513479"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

# go/keep-sorted end