The 2.4.11 refactor introduced a regression in which the manifest takes precedence over user entered parameters for loop and autoplay, making it impossible to loop or autoplay a lottie file if these are set to false in their manifest.
This PR fixes this regression.
PS: I uncommented the loop logic being disabled since I presumed it was commented because of the aforementionned regression.
The 2.4.11 refactor introduced a regression in which the
manifest
takes precedence over user entered parameters forloop
andautoplay
, making it impossible to loop or autoplay a lottie file if these are set tofalse
in their manifest.This PR fixes this regression.
PS: I uncommented the loop logic being disabled since I presumed it was commented because of the aforementionned regression.