Skip to content

Commit

Permalink
Modified changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NirmalKumarYuvaraj authored and rmarinho committed Nov 16, 2024
1 parent 7145c2e commit 025744d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/src/Platform/iOS/MauiTextView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void ShouldCenterVertically()
{
var contentHeight = ContentSize.Height;
var availableSpace = Bounds.Height - contentHeight * ZoomScale;
if (availableSpace <= 0 )
if (availableSpace <= 0)
return;
ContentOffset = VerticalTextAlignment switch
{
Expand Down

0 comments on commit 025744d

Please sign in to comment.