AXrLottie icon indicating copy to clipboard operation
AXrLottie copied to clipboard

AXrLottie (Android) Renders animations and vectors exported in the bodymovin JSON format. (Using rLottie)

Results 2 AXrLottie issues
Sort by recently updated
recently updated
newest added

### Example reproduction code: ```java setLottieDrawable( AXrLottieDrawable.fromJson(jsonString, cacheKey) .setSize(decodeWidth, decodeHeight) .setAutoRepeat(false) .setSpeed(speed) // speed is set to 1.0f .build() ); playAnimation(); ``` ### Observation vs. Expectation I expect the animation...

I got this error on AXrLottie 1.1.0 but I have not found a fix for this error in any release after 1.1.0. ``` D/StrictMode: StrictMode policy violation: android.os.strictmode.LeakedClosableViolation: A resource...