mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-19 21:03:11 -07:00
Stop showing error message for snapshot launch failure
This commit is contained in:
parent
ff16a72271
commit
329cd867a7
1 changed files with 2 additions and 1 deletions
|
@ -178,7 +178,8 @@ namespace CalculatorApp
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
TraceLogger.GetInstance().LogRecallError(Model.Mode, errorMessage);
|
TraceLogger.GetInstance().LogRecallError(Model.Mode, errorMessage);
|
||||||
await ShowSnapshotLaunchErrorAsync();
|
// Stop showing error message for snapshot launch failure in the short term
|
||||||
|
// await ShowSnapshotLaunchErrorAsync();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Model.Initialize(initialMode);
|
Model.Initialize(initialMode);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue