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

Commit 7c1f1342 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Prevent position topmost task to top"

parents b7a0533f b1a3e7ed
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2008,10 +2008,6 @@ class RootWindowContainer extends WindowContainer<DisplayContent>
            for (int stackNdx = display.getStackCount() - 1; stackNdx >= 0; --stackNdx) {
                final ActivityStack stack = display.getStackAt(stackNdx);
                stack.switchUser(userId);
                Task task = stack.getTopMostTask();
                if (task != null && task != stack) {
                    stack.positionChildAtTop(task);
                }
            }
        }