rafallopatka / ToastNotifications

Toast notifications for WPF allows you to create and display rich notifications in WPF applications. It's highly configurable with set of built-in options like positions, behaviours, themes and many others. It's extendable, it gives you possibility to create custom and interactive notifications in simply manner.
GNU Lesser General Public License v3.0
718 stars 171 forks source link

Fixes for #101 #102

Closed timothylcooke closed 5 years ago

timothylcooke commented 5 years ago

This fixes the NullReferenceException for if x.Value.Notification.Options.Tag is null by properly comparing nulls. If any notification's tag is null, we will clear it if and only if the tag specified to clear is null.

rafallopatka commented 5 years ago

Hi, thank you for your contribution.