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

Commit 7496c62f authored by Saho Kobayashi's avatar Saho Kobayashi
Browse files

Turn off home relaunch on display move

Relaunching home app merged in ag/31315497 unintentionally steals
display focus.
This is workaround fix for connected display development until the
general focus behaviour with home is defined.

Bug: b/392480634
Test: atest DesktopTasksControllerTest
Flag: EXEMPT bug fix
Change-Id: I9a7c3bc43f9dd250699068ecdff7c91083dcda11
parent a307e5be
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1025,6 +1025,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,
            )
        }