mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 11:02:07 +03:00
friends caching
small improvements
This commit is contained in:
@@ -23,6 +23,10 @@ namespace WPImageCaching
|
||||
{
|
||||
return ImageCache.GetImage((BitmapImage)value);
|
||||
}
|
||||
if (value is string && !string.IsNullOrEmpty(value as string))
|
||||
{
|
||||
return ImageCache.GetImage((string)value);
|
||||
}
|
||||
else
|
||||
{
|
||||
return value;
|
||||
|
||||
Reference in New Issue
Block a user