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

Commit 52b8c918 authored by Rob Carr's avatar Rob Carr Committed by Android (Google) Code Review
Browse files

Merge "WindowState: Correct simple scaling error" into sc-dev

parents f639c4eb 58c01846
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5477,8 +5477,8 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
            getPendingTransaction().setMatrix(getSurfaceControl(),
                newHScale, 0, 0, newVScale);
            mLastGlobalScale = mGlobalScale;
            mLastHScale = mHScale;
            mLastVScale = mVScale;
            mLastHScale = newHScale;
            mLastVScale = newVScale;
        }
    }