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();