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

Commit 4625da11 authored by Maryam Dehaini's avatar Maryam Dehaini
Browse files

Add flag for bugfix for dragging immersize task to desktop

Bug: 381280828
Test: m
Flag: com.android.window.flags.enable_desktop_immersive_drag_bugfix
Change-Id: I6855b91696c8ff3fc77abb3c755de9f8fe77c0d6
parent 81d56651
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ public enum DesktopModeFlags {
            true),
    ENABLE_DESKTOP_CLOSE_SHORTCUT_BUGFIX(Flags::enableDesktopCloseShortcutBugfix, false),
    ENABLE_DESKTOP_COMPAT_UI_VISIBILITY_STATUS(Flags::enableCompatUiVisibilityStatus, true),
    ENABLE_DESKTOP_IMMERSIVE_DRAG_BUGFIX(Flags::enableDesktopImmersiveDragBugfix, false),
    ENABLE_DESKTOP_INDICATOR_IN_SEPARATE_THREAD_BUGFIX(
            Flags::enableDesktopIndicatorInSeparateThreadBugfix, false),
    ENABLE_DESKTOP_RECENTS_TRANSITIONS_CORNERS_BUGFIX(
+10 −0
Original line number Diff line number Diff line
@@ -734,6 +734,16 @@ flag {
    }
}

flag {
    name: "enable_desktop_immersive_drag_bugfix"
    namespace: "lse_desktop_experience"
    description: "Keeps the app handle visible during a drag."
    bug: "381280828"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_desktop_indicator_in_separate_thread_bugfix"
    namespace: "lse_desktop_experience"