We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fdad0 commit bd981f6Copy full SHA for bd981f6
Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/InAppNotification.cs
@@ -69,7 +69,7 @@ protected override void OnApplyTemplate()
69
if (_visualStateGroup != null)
70
{
71
_visualStateGroup.CurrentStateChanging += OnCurrentStateChanging;
72
- _visualStateGroup.CurrentStateChanged += OnCurrentStateChanged;
+ _visualStateGroup.CurrentStateChanged += OnCurrentStateChanged;
73
}
74
75
var firstNotification = _stackedNotificationOptions.FirstOrDefault();
0 commit comments