Skip to content

Commit 2675e64

Browse files
committed
Re-word comment in catch
1 parent 114039a commit 2675e64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BTProgressHUD/ProgressHUD.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -775,9 +775,9 @@ private void RemoveHud()
775775
catch (ObjectDisposedException)
776776
{
777777
// Window was disposed while HUD cleanup was in progress.
778-
// This can happen in popup scenarios (like Mopup) where the window
779-
// gets disposed during the dismiss animation. Since the HUD is being
780-
// cleaned up anyway, we can safely ignore this.
778+
// This can happen in scenarios where the window gets disposed
779+
// during the dismiss animation. Since the HUD is being cleaned up anyway,
780+
// we can safely ignore this.
781781
}
782782
}
783783

0 commit comments

Comments
 (0)