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

Commit 02c4532

Browse files
authored
Update ImageRenderer.cs
1 parent de9b0ca commit 02c4532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Xamarin.Forms.Platform.iOS/Renderers/ImageRenderer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public StreamImagesourceHandler()
196196
FormsCAKeyFrameAnimation animation = await ImageAnimationHelper.CreateAnimationFromStreamImageSourceAsync(imagesource as StreamImageSource, cancelationToken).ConfigureAwait(false);
197197
if (animation == null)
198198
{
199-
Log.Warning(nameof(FileImageSourceHandler), "Could not find image: {0}", imagesource);
199+
Log.Warning(nameof(StreamImagesourceHandler), "Could not find image: {0}", imagesource);
200200
}
201201

202202
return animation;
@@ -287,4 +287,4 @@ public Task<UIImage> LoadImageAsync(
287287

288288
}
289289
}
290-
}
290+
}

0 commit comments

Comments
 (0)