Skip to content

Commit

Permalink
Resetting showStarted when HUD gets hidden due to jdg#20.
Browse files Browse the repository at this point in the history
  • Loading branch information
matej committed Mar 20, 2012
1 parent 3795e20 commit 99591c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MBProgressHUD.m
Expand Up @@ -659,6 +659,7 @@ - (void)hideUsingAnimation:(BOOL)animated {
self.alpha = 0.0f;
[self done];
}
self.showStarted = nil;
}

#pragma mark BG Drawing
Expand Down

0 comments on commit 99591c0

Please sign in to comment.