Improving stability for the notification issue reported in #182

This commit is contained in:
Robin 2020-04-14 12:31:52 +02:00
parent 3055d42689
commit 87f3b6a871
3 changed files with 204 additions and 177 deletions

View file

@ -43,6 +43,10 @@ namespace GreenshotPlugin.Core
foreach (var service in services)
{
if (service == null)
{
continue;
}
currentServices.Add(service);
}
}