seek returning nil image fix

This commit is contained in:
Philip Dukhov 2020-06-02 13:58:53 +07:00
parent b0ceb25747
commit 7435113072
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@
}
self.currentFrameIndex = index;
self.currentLoopCount = loopCount;
self.currentFrame = [self.animatedProvider animatedImageFrameAtIndex:index];
[self handleFrameChange];
}