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

Commit e27eb61d authored by Gustav Sennton's avatar Gustav Sennton
Browse files

Add flag for DragToDesktop incoming transitions bugfix

Bug: 397135730
Flag: com.android.window.flags.enable_drag_to_desktop_incoming_transitions_bugfix
Test: N/A

Change-Id: Ib85a8ccf89de1ff87d34d2feb63a548dd77e51d4
parent ae1e7d4a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -97,6 +97,8 @@ public enum DesktopModeFlags {
    ENABLE_DESKTOP_WINDOWING_WALLPAPER_ACTIVITY(Flags::enableDesktopWindowingWallpaperActivity,
            true),
    ENABLE_DRAG_RESIZE_SET_UP_IN_BG_THREAD(Flags::enableDragResizeSetUpInBgThread, false),
    ENABLE_DRAG_TO_DESKTOP_INCOMING_TRANSITIONS_BUGFIX(
            Flags::enableDragToDesktopIncomingTransitionsBugfix, false),
    ENABLE_FULLY_IMMERSIVE_IN_DESKTOP(Flags::enableFullyImmersiveInDesktop, true),
    ENABLE_HANDLE_INPUT_FIX(Flags::enableHandleInputFix, true),
    ENABLE_HOLD_TO_DRAG_APP_HANDLE(Flags::enableHoldToDragAppHandle, true),
+10 −1
Original line number Diff line number Diff line
@@ -812,3 +812,12 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}
flag {
    name: "enable_drag_to_desktop_incoming_transitions_bugfix"
    namespace: "lse_desktop_experience"
    description: "Enables bugfix handling incoming transitions during the DragToDesktop transition."
    bug: "397135730"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}