Skip to content

Commit a8b02e8

Browse files
committed
remove extra style changes
1 parent 082ea24 commit a8b02e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Core/src/Platform/iOS/KeyboardAutoManagerScroll.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,7 @@ internal static void AdjustPosition()
414414
}
415415

416416
else if (cursorRect.Y >= topBoundary && cursorRect.Y < bottomBoundary)
417-
{
418417
return;
419-
}
420418

421419
else if (cursorRect.Y > bottomBoundary)
422420
move = cursorRect.Y - (nfloat)bottomBoundary;

0 commit comments

Comments
 (0)