diff --git a/Telegram/Common/WatchDog.cs b/Telegram/Common/WatchDog.cs index 5c941b98e..4fb42396f 100644 --- a/Telegram/Common/WatchDog.cs +++ b/Telegram/Common/WatchDog.cs @@ -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");