From 594936a21cdbfe9b4e3acf814c355d621302f90e Mon Sep 17 00:00:00 2001 From: Tomasz Cielecki <249719+Cheesebaron@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:40:52 +0200 Subject: [PATCH] Don't clear window when removing hud --- BTProgressHUD/ProgressHUD.cs | 1 - 1 file changed, 1 deletion(-) 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) {