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

Commit f3ca7f82 authored by Tyler Freeman's avatar Tyler Freeman Committed by Android (Google) Code Review
Browse files

Merge "fix(window magnification): fix setWindowSizeAndCenter centerY check typo"

parents 1ec8c40e cf24093b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -689,7 +689,7 @@ class WindowMagnificationController implements View.OnTouchListener, SurfaceHold
        if (Float.isNaN(centerX)) {
            centerX = mMagnificationFrame.centerX();
        }
        if (Float.isNaN(centerX)) {
        if (Float.isNaN(centerY)) {
            centerY = mMagnificationFrame.centerY();
        }