From 913df436e4685029968c4b1873e55ecc998983a8 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Thu, 27 Apr 2023 03:56:27 +0400 Subject: [PATCH] RLottie: Fix rendering during heavy animation --- src/lib/rlottie/RLottie.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/rlottie/RLottie.ts b/src/lib/rlottie/RLottie.ts index 13460d923..b0c3702b4 100644 --- a/src/lib/rlottie/RLottie.ts +++ b/src/lib/rlottie/RLottie.ts @@ -177,8 +177,6 @@ class RLottie { } if (!this.params.isLowPriority) { - this.isWaiting = false; - this.frames = this.frames.map((frame, i) => { if (i === this.prevFrameIndex) { return frame;