You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log.Exception($"|ResultViewModel.Image|IcoPath is empty and exception when calling Icon() for result <{Result.Title}> of plugin <{Result.PluginDirectory}>",e);
58
-
imagePath=Constant.MissingImgIcon;
59
-
}
51
+
returnResult.Icon();
60
52
}
53
+
catch(Exceptione)
54
+
{
55
+
Log.Exception($"|ResultViewModel.Image|IcoPath is empty and exception when calling Icon() for result <{Result.Title}> of plugin <{Result.PluginDirectory}>",e);
56
+
imagePath=Constant.MissingImgIcon;
57
+
}
58
+
}
61
59
62
-
if(ImageLoader.CacheContainImage(imagePath))
63
-
// will get here either when icoPath has value\icon delegate is null\when had exception in delegate
64
-
returnImageLoader.Load(imagePath);
65
-
else
60
+
if(ImageLoader.CacheContainImage(imagePath))
61
+
// will get here either when icoPath has value\icon delegate is null\when had exception in delegate
0 commit comments