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

Commit 7438b57c authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 2de55513: Merge "Only one task within the stack should moveToBack"

* commit '2de55513':
  Only one task within the stack should moveToBack
parents 74a66013 2de55513
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -191,7 +191,9 @@ public class TaskStack {
        mTasks.add(stackNdx, task);

        task.mStack = this;
        if (toTop) {
            mDisplayContent.moveStack(this, true);
        }
        EventLog.writeEvent(EventLogTags.WM_TASK_MOVED, task.taskId, toTop ? 1 : 0, stackNdx);
    }