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 267a2bd commit 5d1e885Copy full SHA for 5d1e885
Microsoft.Toolkit.Uwp.UI.Controls.Core/InAppNotification/InAppNotification.cs
@@ -278,7 +278,7 @@ private void UpdateContent(NotificationOptions notificationOptions)
278
/// Handle the display of the notification based on the current StackMode
279
/// </summary>
280
/// <param name="notificationOptions">Information about the notification to display</param>
281
- private async void Show(NotificationOptions notificationOptions)
+ private void Show(NotificationOptions notificationOptions)
282
{
283
var eventArgs = new InAppNotificationOpeningEventArgs();
284
Opening?.Invoke(this, eventArgs);
0 commit comments