daimajia / AndroidViewAnimations

Cute view animation collection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it have risk of memory leak

gfzy9876 opened this issue · comments

when I use the method "onEnd" or "onStart" and so on, YoYo.AmimationComposer will add a callback in callbacks, which maybe cause the risk of memory leak.
In my opinion, We could add a method means "removeListenerAfterEnd" or other to remove callback in callbacks
what do you think

Same happening to me, anyone has fix??