diff --git a/BTProgressHUD/ProgressHUD.cs b/BTProgressHUD/ProgressHUD.cs index 3a5a380..3389f23 100644 --- a/BTProgressHUD/ProgressHUD.cs +++ b/BTProgressHUD/ProgressHUD.cs @@ -774,7 +774,6 @@ private void RemoveHud() try { HudWindow?.RootViewController?.SetNeedsStatusBarAppearanceUpdate(); - HudWindow = null!; } catch (ObjectDisposedException) {