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

Commit dba93038 authored by Rob Carr's avatar Rob Carr Committed by Android (Google) Code Review
Browse files

Merge "TaskOrganizer: Don't set any position at all."

parents 527ce952 f7e751a2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3918,8 +3918,6 @@ class Task extends WindowContainer<WindowContainer> {
    public void updateSurfacePosition() {
        // Avoid fighting with the TaskOrganizer over Surface position.
        if (isControlledByTaskOrganizer()) {
            getPendingTransaction().setPosition(mSurfaceControl, 0, 0);
            scheduleAnimation();
            return;
        } else {
            super.updateSurfacePosition();