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

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

Merge "Add flag for DragToDesktop incoming transitions bugfix" into main

parents 7a1d4d6e e27eb61d
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
    }
}