Skip to content

Commit 288bb7a

Browse files
authored
Merge pull request #122 from redth-org/bugfix/gh-121-dont-null-window
Fix regression preventing Hud to display more than once
2 parents cf9f17f + 594936a commit 288bb7a

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)