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

Commit 529bef69 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Dumb late-night typo.

Change-Id: If5e5d8c3728ffc06d686c793ed94a7e18328e5ab
parent c6a90a59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7401,7 +7401,7 @@ public class WindowManagerService extends IWindowManager.Stub
                try {
                    try {
                        mSurfaceX = mFrame.left + mXOffset;
                        mSurfaceY = mFrame.top = mYOffset;
                        mSurfaceY = mFrame.top + mYOffset;
                        mSurface.setPosition(mSurfaceX, mSurfaceY);
                        mSurfaceLayer = mAnimLayer;
                        mSurface.setLayer(mAnimLayer);