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

Commit 27d2ea22 authored by tingna_sung's avatar tingna_sung
Browse files

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



To avoid app window isn't moved by new task order when move task to top

Change-Id: I5f8a901bb2f20a163b7fa0a59d1dc58c1fca5f1f
Signed-off-by: default avatartingna_sung <tingna_sung@htc.com>
parent 4c101015
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);