diff --git a/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/CircleProgressView.m b/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/CircleProgressView.m index 19b0261..cccb42d 100644 --- a/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/CircleProgressView.m +++ b/ChattoAdditions/Source/UI Components/CircleProgressIndicatorView/CircleProgressView.m @@ -101,6 +101,7 @@ rotationAnimation.duration = 1; rotationAnimation.cumulative = YES; rotationAnimation.repeatCount = HUGE_VALF; + rotationAnimation.removedOnCompletion = NO; [_bgLayer addAnimation:rotationAnimation forKey:@"rotationAnimation"]; }