Skip to content

Commit 288e76b

Browse files
committed
Simple fix
1 parent ff0b927 commit 288e76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.Notifications/Toasts/Compat/ToastNotificationManagerCompat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ public static void Uninstall()
443443
{
444444
// Remove all scheduled notifications (do this first before clearing current notifications)
445445
var notifier = CreateToastNotifier();
446-
foreach (var scheduled in CreateToastNotifier().GetScheduledToastNotifications())
446+
foreach (var scheduled in notifier.GetScheduledToastNotifications())
447447
{
448448
try
449449
{

0 commit comments

Comments
 (0)