Skip to content

Commit

Permalink
remove extra style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tj-devel709 committed Apr 19, 2024
1 parent 1ba3952 commit f743f4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Core/src/Platform/iOS/KeyboardAutoManagerScroll.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f743f4f

Please sign in to comment.