Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Automated dotnet-format update (#14279)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 19, 2021
1 parent 8a59035 commit 7644b5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ void OnLayout()
Scroller.HorizontalStepSize = _layoutManager.GetScrollBlockSize();
Scroller.VerticalStepSize = _layoutManager.GetScrollBlockSize();
UpdateSnapPointsType(SnapPointsType);
if (Geometry.Width > 0 && Geometry.Height > 0 )
if (Geometry.Width > 0 && Geometry.Height > 0)
Device.BeginInvokeOnMainThread(SendScrolledEvent);
}
}
Expand Down

0 comments on commit 7644b5b

Please sign in to comment.