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
Create custom notification that does not have a button named "CloseButton".
NullereferenceException happens when mouse enters notification window.
It happens in NotificationDisplayPart .OnMouseEnter, where btn.Visibility is set, since btn is null.
Code to reproduce behaviour
Questions
The text was updated successfully, but these errors were encountered:
Library version
2.5.1
Expected behaviour
No exception
Actual behaviour
NullReferenceException
Steps to reproduce behaviour
Create custom notification that does not have a button named "CloseButton".
NullereferenceException happens when mouse enters notification window.
It happens in NotificationDisplayPart .OnMouseEnter, where btn.Visibility is set, since btn is null.
Code to reproduce behaviour
Questions
The text was updated successfully, but these errors were encountered: