We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae32a4 commit e1d7c0bCopy full SHA for e1d7c0b
maui/src/PullToRefresh/SfProgressCircleView.cs
@@ -275,7 +275,7 @@ void DrawBackgroundCircle(ICanvas canvas)
275
canvas.SetFillPaint(solidPaint, _fillRect);
276
#if ANDROID
277
const int androidShadowSize = 4;
278
- if (PullToRefresh.ProgressBackground is SolidColorBrush brush && brush.Color.ToArgbHex() == "#00000000")
+ if (PullToRefresh.ProgressBackground is SolidColorBrush brush && brush.Color.Alpha == 0)
279
{
280
shadowColor = Color.FromArgb("#00000000");
281
}
0 commit comments