Skip to content

Commit

Permalink
Remove redundant report
Browse files Browse the repository at this point in the history
  • Loading branch information
FrayxRulez committed Dec 5, 2024
1 parent 7f0cff0 commit 43c34e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Telegram/Common/WatchDog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,6 @@ private static void OnUnhandledException(object sender, Windows.UI.Xaml.Unhandle
return;
}

var error = NativeUtils.GetFatalError(false);
if (error != null)
{
FatalErrorCallback(error);
}

if (SettingsService.Current.Diagnostics.ShowMemoryUsage && Window.Current != null)
{
_ = MessagePopup.ShowAsync(Window.Current.Content.XamlRoot, args.Exception.ToString(), "Unhandled exception", "OK");
Expand Down

0 comments on commit 43c34e2

Please sign in to comment.