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

Commit 862941b0 authored by Maryam Dehaini's avatar Maryam Dehaini Committed by Android (Google) Code Review
Browse files

Merge "Add flag for bugfix for dragging immersize task to desktop" into main

parents 8e67ca61 4625da11
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -60,6 +60,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_OPENING_DEEPLINK_MINIMIZE_ANIMATION_BUGFIX(
+10 −0
Original line number Diff line number Diff line
@@ -812,6 +812,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"