From 04650948fbdb97919776f5705318d0a5c75af219 Mon Sep 17 00:00:00 2001 From: hanzhang54 Date: Tue, 24 Sep 2024 14:13:25 +0800 Subject: [PATCH] Stop showing error message for snapshot launch failure (#2235) * Stop showing error message for snapshot launch failure * Remove --- src/Calculator/Views/MainPage.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Calculator/Views/MainPage.xaml.cs b/src/Calculator/Views/MainPage.xaml.cs index ab60ba7c..ff6fbe6c 100644 --- a/src/Calculator/Views/MainPage.xaml.cs +++ b/src/Calculator/Views/MainPage.xaml.cs @@ -178,7 +178,6 @@ namespace CalculatorApp else { TraceLogger.GetInstance().LogRecallError(Model.Mode, errorMessage); - await ShowSnapshotLaunchErrorAsync(); } }); Model.Initialize(initialMode);