Stop showing error message for snapshot launch failure

This commit is contained in:
Han Zhang (from Dev Box) 2024-09-24 13:37:22 +08:00
commit 329cd867a7

View file

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