Skip to content

Commit 285dc83

Browse files
committed
Changes
1 parent e1d7c0b commit 285dc83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maui/src/PullToRefresh/SfProgressCircleView.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ void DrawBackgroundCircle(ICanvas canvas)
279279
{
280280
shadowColor = Color.FromArgb("#00000000");
281281
}
282+
282283
canvas.SetShadow(new SizeF(0, 1), androidShadowSize, shadowColor);
283284
#else
284285
const int defaultShadowSize = 3;

0 commit comments

Comments
 (0)