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

Commit 8389c9de authored by Yuncheol Heo's avatar Yuncheol Heo Committed by JianYang Liu
Browse files

Fix to the boot loop on AAE platforms.

Bug: 148084328
Test: AAE boot and test userswitching manually.
Change-Id: I055f66542f5655fadd3dba08b263555b1f5a929e
parent 8e3979fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2004,7 +2004,7 @@ class RootWindowContainer extends WindowContainer<DisplayContent>
                final ActivityStack stack = display.getStackAt(stackNdx);
                stack.switchUser(userId);
                Task task = stack.getTopMostTask();
                if (task != null) {
                if (task != null && task != stack) {
                    stack.positionChildAtTop(task);
                }
            }