Skip to content

Commit bd981f6

Browse files
authored
Update Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/InAppNotification.cs
1 parent 91fdad0 commit bd981f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/InAppNotification.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected override void OnApplyTemplate()
6969
if (_visualStateGroup != null)
7070
{
7171
_visualStateGroup.CurrentStateChanging += OnCurrentStateChanging;
72-
_visualStateGroup.CurrentStateChanged += OnCurrentStateChanged;
72+
_visualStateGroup.CurrentStateChanged += OnCurrentStateChanged;
7373
}
7474

7575
var firstNotification = _stackedNotificationOptions.FirstOrDefault();

0 commit comments

Comments
 (0)