diff --git a/src/lib/rlottie/RLottie.ts b/src/lib/rlottie/RLottie.ts index 7f3b26f23..2b2b58d4d 100644 --- a/src/lib/rlottie/RLottie.ts +++ b/src/lib/rlottie/RLottie.ts @@ -318,8 +318,6 @@ class RLottie { this.cleanupPrevChunk(chunkIndex); } - this.requestNextChunk(chunkIndex); - if (frameIndex !== this.prevFrameIndex) { const frame = this.getFrame(frameIndex); if (!frame) {