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

Commit e178c317 authored by Yuncheol Heo's avatar Yuncheol Heo Committed by Android (Google) Code Review
Browse files

Merge "Fix to the boot loop on AAE platforms."

parents a3b69efa 8389c9de
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);
                }
            }