diff --git a/FLAnimatedImage/FLAnimatedImageView.m b/FLAnimatedImage/FLAnimatedImageView.m index 7a163c7..69f8e81 100755 --- a/FLAnimatedImage/FLAnimatedImageView.m +++ b/FLAnimatedImage/FLAnimatedImageView.m @@ -118,6 +118,8 @@ - (void)setAnimatedImage:(FLAnimatedImage *)animatedImage } else { // Stop animating before the animated image gets cleared out. [self stopAnimating]; + // Clear out the image. + super.image = nil; } _animatedImage = animatedImage;