Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-luberda committed Sep 26, 2017
1 parent bbd056f commit 8f76d05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/FFImageLoading.Cross/MvxCachedImageView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ protected virtual ImageSourceBinding GetImageSourceBinding(string imagePath, Fun
return new ImageSourceBinding(ImageSource.Url, imagePath);
}

Uri uri;
if (Uri.TryCreate(imagePath, UriKind.Absolute, out uri))
{
if (uri.Scheme == "file")
Expand Down

0 comments on commit 8f76d05

Please sign in to comment.