diff --git a/MBProgressHUD.m b/MBProgressHUD.m index 3db38d7a8..13997e03d 100755 --- a/MBProgressHUD.m +++ b/MBProgressHUD.m @@ -659,6 +659,7 @@ - (void)hideUsingAnimation:(BOOL)animated { self.alpha = 0.0f; [self done]; } + self.showStarted = nil; } #pragma mark BG Drawing