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

Commit

Permalink
Update ImageRenderer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis authored Nov 10, 2021
1 parent de9b0ca commit 02c4532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xamarin.Forms.Platform.iOS/Renderers/ImageRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public StreamImagesourceHandler()
FormsCAKeyFrameAnimation animation = await ImageAnimationHelper.CreateAnimationFromStreamImageSourceAsync(imagesource as StreamImageSource, cancelationToken).ConfigureAwait(false);
if (animation == null)
{
Log.Warning(nameof(FileImageSourceHandler), "Could not find image: {0}", imagesource);
Log.Warning(nameof(StreamImagesourceHandler), "Could not find image: {0}", imagesource);
}

return animation;
Expand Down Expand Up @@ -287,4 +287,4 @@ public Task<UIImage> LoadImageAsync(

}
}
}
}

0 comments on commit 02c4532

Please sign in to comment.