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

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

Merge "Turn off home relaunch on display move" into main

parents b9abeb8c 7496c62f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1124,6 +1124,10 @@ class DesktopTasksController(
                task.displayId,
                wct,
                forceToFullscreen = false,
                // TODO: b/371096166 - Temporary turing home relaunch off to prevent home stealing
                // display focus. Remove shouldEndUpAtHome = false when home focus handling
                // with connected display is implemented in wm core.
                shouldEndUpAtHome = false,
            )
        }