From a8b02e8143ef8361d82e43b6a3c4238425eaacda Mon Sep 17 00:00:00 2001 From: tj-devel709 Date: Fri, 19 Apr 2024 14:11:13 -0500 Subject: [PATCH] remove extra style changes --- src/Core/src/Platform/iOS/KeyboardAutoManagerScroll.cs | 2 -- 1 file changed, 2 deletions(-) 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;