ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

setLayoutAnimationListener() Will Not Work

Open commonsguy opened this issue 9 years ago • 1 comments

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 avatar Jan 23 '16 12:01 commonsguy

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.

commonsguy avatar Jan 23 '16 13:01 commonsguy