We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114039a commit 2675e64Copy full SHA for 2675e64
BTProgressHUD/ProgressHUD.cs
@@ -775,9 +775,9 @@ private void RemoveHud()
775
catch (ObjectDisposedException)
776
{
777
// 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.
+ // This can happen in scenarios where the window gets disposed
+ // during the dismiss animation. Since the HUD is being cleaned up anyway,
+ // we can safely ignore this.
781
}
782
783
0 commit comments