Better not crash with invalid id
This commit is contained in:
@@ -129,7 +129,6 @@ namespace DesktopNotifications.Windows
|
||||
{
|
||||
if (!_notifications.Remove(sender, out var notification))
|
||||
{
|
||||
Debug.Assert(false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user