mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
resolve a comment
This commit is contained in:
parent
ee96edbdbe
commit
5b602d8b5e
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ namespace CalculatorApp
|
||||||
{
|
{
|
||||||
if (deferral == null)
|
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;
|
return;
|
||||||
}
|
}
|
||||||
var channel = UserActivityChannel.GetDefault();
|
var channel = UserActivityChannel.GetDefault();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue