diff --git a/src/Core/src/Platform/iOS/KeyboardAutoManagerScroll.cs b/src/Core/src/Platform/iOS/KeyboardAutoManagerScroll.cs index 96606e9548ee..729bd2cf66c8 100644 --- a/src/Core/src/Platform/iOS/KeyboardAutoManagerScroll.cs +++ b/src/Core/src/Platform/iOS/KeyboardAutoManagerScroll.cs @@ -414,9 +414,7 @@ internal static void AdjustPosition() } else if (cursorRect.Y >= topBoundary && cursorRect.Y < bottomBoundary) - { return; - } else if (cursorRect.Y > bottomBoundary) move = cursorRect.Y - (nfloat)bottomBoundary;