Merge "Fix resetting of wallpaper offset." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
012c971e4c
@@ -981,7 +981,7 @@ class WindowStateAnimator {
|
||||
mForceScaleUntilResize = true;
|
||||
} else {
|
||||
if (!w.mSeamlesslyRotated) {
|
||||
mSurfaceController.setPositionInTransaction(0, 0, recoveringMemory);
|
||||
mSurfaceController.setPositionInTransaction(mXOffset, mYOffset, recoveringMemory);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user