seek returning nil image fix
This commit is contained in:
parent
b0ceb25747
commit
7435113072
|
@ -209,6 +209,7 @@
|
|||
}
|
||||
self.currentFrameIndex = index;
|
||||
self.currentLoopCount = loopCount;
|
||||
self.currentFrame = [self.animatedProvider animatedImageFrameAtIndex:index];
|
||||
[self handleFrameChange];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue