提交 efc6778b 编写于 作者: A Andres Pineda

fix(iOS): SVGImageSource null exception

上级 097a4db8
......@@ -95,7 +95,7 @@ partial class SvgImageSource
#endif
Task<ImageData> DownloadSvgAsync(CancellationToken ct)
{
if (ct.IsCancellationRequested)
if (AbsoluteUri is null || ct.IsCancellationRequested)
{
#if __IOS__
return ImageData.Empty;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册