Skip to content

Commit 594936a

Browse files
committed
Don't clear window when removing hud
1 parent cf9f17f commit 594936a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BTProgressHUD/ProgressHUD.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,6 @@ private void RemoveHud()
774774
try
775775
{
776776
HudWindow?.RootViewController?.SetNeedsStatusBarAppearanceUpdate();
777-
HudWindow = null!;
778777
}
779778
catch (ObjectDisposedException)
780779
{

0 commit comments

Comments
 (0)