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

Commit e66c8e0b authored by Robert Carr's avatar Robert Carr Committed by android-build-merger
Browse files

Merge "Fix resetting of wallpaper offset." into pi-dev am: 012c971e

am: 0f5ec72d

Change-Id: Ib9b1579cabd78013c44753af2f368e2d9c2521a4
parents 70c31f07 0f5ec72d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -981,7 +981,7 @@ class WindowStateAnimator {
            mForceScaleUntilResize = true;
        } else {
            if (!w.mSeamlesslyRotated) {
                mSurfaceController.setPositionInTransaction(0, 0, recoveringMemory);
                mSurfaceController.setPositionInTransaction(mXOffset, mYOffset, recoveringMemory);
            }
        }