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

Commit 012c971e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix resetting of wallpaper offset." into pi-dev

parents 0cb97d55 ba6e1e5a
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);
            }
        }