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