diff --git a/src/Calculator/Views/MainPage.xaml.cs b/src/Calculator/Views/MainPage.xaml.cs index ab60ba7c..b3c36d76 100644 --- a/src/Calculator/Views/MainPage.xaml.cs +++ b/src/Calculator/Views/MainPage.xaml.cs @@ -178,7 +178,8 @@ namespace CalculatorApp else { 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);