Skip to content

Commit 9baad08

Browse files
author
YSC
committed
udpate-> Fix bugs
1 parent 4314024 commit 9baad08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WSProgressHUD/WSProgressHUD.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,6 @@ - (void)startIndicatorAnimation: (BOOL)start
916916
[self startSecondProrityIndicatorAnimation:start];
917917
} else {
918918
self.indicatorView.activityIndicatorViewStyle = UIActivityIndicatorViewStyleWhiteLarge;
919-
// self.indicatorView.color = [UIColor lightGrayColor];
920919
self.indefiniteAnimationView.hidden = YES;
921920
self.spinnerView.hidden = YES;
922921
if (start) {

0 commit comments

Comments
 (0)