You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was moving .json to .zip for APK size reduction. And found the same. I am wondering why this was discovered so late.
Also Can you please review if this is tested in lottie web player.
hi , I load resource with a zip file , but crash happen
I found the code in source file LottieCompositionFactory.java
else if (entryName.contains(".png") || entryName.contains(".webp"))
but my image file end with ".jpg " , I wonder ,is this a bug or not support other format ?
The text was updated successfully, but these errors were encountered: