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

Commit 8c69a8ed authored by Toni Barzic's avatar Toni Barzic
Browse files

Bugfix flag to add taskbar recents to splitscreen

Bug: 393513479
Test: n/a
Flag: EXEMPT adding flag
Change-Id: Ie97cb2a315ef0463dccc84d6a112d5c902d19e02
parent 0ae51392
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -204,6 +204,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
@@ -1430,4 +1430,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