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

Commit 2bf3800b authored by Craig Mautner's avatar Craig Mautner Committed by Gerrit Code Review
Browse files

Merge "Doesn't re-sort app windows when move task to top"

parents 4c101015 27d2ea22
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4809,6 +4809,7 @@ public class WindowManagerService extends IWindowManager.Stub
                if (mAppTransition.isTransitionSet()) {
                    task.setSendingToBottom(false);
                }
                moveStackWindowsLocked(stack.getDisplayContent());
            }
        } finally {
            Binder.restoreCallingIdentity(origId);