Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

setLayoutAnimationListener() Will Not Work #47

Open
commonsguy opened this issue Jan 23, 2016 · 1 comment
Open

setLayoutAnimationListener() Will Not Work #47

commonsguy opened this issue Jan 23, 2016 · 1 comment

Comments

@commonsguy
Copy link

You are applying the supplied AnimationListener to animation. However, you replace animation on every expand() and collapse() call, and the new Animation does not have the listener. Either don't keep replacing animation, or hold onto the AnimationListener and apply it to each new Animation that you create.

@commonsguy
Copy link
Author

You can see a patch for this at https://github.com/commonsguy/ExpandableLayout/commit/690467300384c55a4ba29a51e8730be5773a2bfd -- let me know if you would like a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant