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

Commit a11a3618 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Reset SurfaceControl when reapplying magnification spec" am: 8afb2bf1 am: 7f70fe29

Change-Id: I9159d11344cd9648b24b2b15436e8ac290102d97
parents 000011d3 7f70fe29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1190,6 +1190,7 @@ class WindowContainer<E extends WindowContainer> extends ConfigurationContainer<
                    .setPosition(mSurfaceControl, spec.offsetX, spec.offsetY);
            mLastMagnificationSpec = spec;
        } else {
            clearMagnificationSpec(t);
            for (int i = 0; i < mChildren.size(); i++) {
                mChildren.get(i).applyMagnificationSpec(t, spec);
            }