Skip to content

Commit

Permalink
Stop showing error message for snapshot launch failure (#2235)
Browse files Browse the repository at this point in the history
* Stop showing error message for snapshot launch failure

* Remove
  • Loading branch information
hanzhang54 authored Sep 24, 2024
1 parent ff16a72 commit 0465094
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Calculator/Views/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ protected override void OnNavigatedTo(NavigationEventArgs e)
else
{
TraceLogger.GetInstance().LogRecallError(Model.Mode, errorMessage);
await ShowSnapshotLaunchErrorAsync();
}
});
Model.Initialize(initialMode);
Expand Down

0 comments on commit 0465094

Please sign in to comment.