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);
34
-
returnImageLoader.Load(Result.IcoPath);
36
+
imagePath=Constant.ErrorIcon;
35
37
}
36
38
}
37
-
else
38
-
{
39
-
returnImageLoader.Load(Result.IcoPath);
40
-
}
39
+
40
+
// will get here either when icoPath has value\icon delegate is null\when had exception in delegate
0 commit comments