From 5b602d8b5e6f05ff0df8f29c1f87fef49b3bd0c8 Mon Sep 17 00:00:00 2001 From: Tian Liao Date: Thu, 7 Nov 2024 15:32:09 +0800 Subject: [PATCH] resolve a comment --- src/Calculator/Views/MainPage.xaml.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Calculator/Views/MainPage.xaml.cs b/src/Calculator/Views/MainPage.xaml.cs index de0a5194..32bfdb26 100644 --- a/src/Calculator/Views/MainPage.xaml.cs +++ b/src/Calculator/Views/MainPage.xaml.cs @@ -66,7 +66,8 @@ namespace CalculatorApp { if (deferral == null) { - // Windows Bug in ni_moment won't return the deferral propoerly, see https://microsoft.visualstudio.com/DefaultCollection/OS/_workitems/edit/47775705/ + // FIXME: https://microsoft.visualstudio.com/DefaultCollection/OS/_workitems/edit/47775705/ + TraceLogger.GetInstance().LogRecallError("55e29ba5-6097-40ec-8960-458750be3039"); return; } var channel = UserActivityChannel.GetDefault();