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

Commit e85dc443 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build SharedAccount
Browse files

Dumb late-night typo.

Change-Id: If5e5d8c3728ffc06d686c793ed94a7e18328e5ab
parent 7efc97ae
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);