Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Android]SimpleColorFilter Not working for repeater of AE. #2143

Closed
dyguests opened this issue Oct 13, 2022 · 0 comments · Fixed by #2164
Closed

[Android]SimpleColorFilter Not working for repeater of AE. #2143

dyguests opened this issue Oct 13, 2022 · 0 comments · Fixed by #2164

Comments

@dyguests
Copy link

dyguests commented Oct 13, 2022

Describe the bug
A clear and concise description of what the bug is.

I use the following code to change the color:

lav.addValueCallback(
            KeyPath("**"),
            LottieProperty.COLOR_FILTER
        ) { SimpleColorFilter(color) }

But it doesn't work for the part generated by repeater (of AE).

What version of Lottie did you test this on?
5.2.0

What version of Android did you test this on?
Android T(33)

Steps To Reproduce
Steps to reproduce the behavior:

  1. Change color.

Screenshots
For security reasons I can't attach a screenshot. :(

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant