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 22af2cc commit 184def3Copy full SHA for 184def3
Microsoft.Toolkit.Uwp.Notifications/Toasts/Compat/ToastNotificationManagerCompat.cs
@@ -187,6 +187,7 @@ private static void Initialize()
187
if (win32AppInfo.Pre7_0_1Aumid != null)
188
{
189
// Uninstall the old AUMID
190
+ CleanUpOldAumid(win32AppInfo.Pre7_0_1Aumid);
191
}
192
193
// Set that it has the fix so we don't try uninstalling again in the future
0 commit comments