Skip to content

Commit 184def3

Browse files
committed
Forgot to call cleanup
1 parent 22af2cc commit 184def3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ private static void Initialize()
187187
if (win32AppInfo.Pre7_0_1Aumid != null)
188188
{
189189
// Uninstall the old AUMID
190+
CleanUpOldAumid(win32AppInfo.Pre7_0_1Aumid);
190191
}
191192

192193
// Set that it has the fix so we don't try uninstalling again in the future

0 commit comments

Comments
 (0)