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 ff0b927 commit 288e76bCopy full SHA for 288e76b
Microsoft.Toolkit.Uwp.Notifications/Toasts/Compat/ToastNotificationManagerCompat.cs
@@ -443,7 +443,7 @@ public static void Uninstall()
443
{
444
// Remove all scheduled notifications (do this first before clearing current notifications)
445
var notifier = CreateToastNotifier();
446
- foreach (var scheduled in CreateToastNotifier().GetScheduledToastNotifications())
+ foreach (var scheduled in notifier.GetScheduledToastNotifications())
447
448
try
449
0 commit comments