ozodrukh / CircularReveal

Lollipop ViewAnimationUtils.createCircularReveal for everyone 4.0+
MIT License
2.43k stars 391 forks source link

java.lang.StackOverflowError #66

Closed Alxzu closed 7 years ago

Alxzu commented 8 years ago

Hi, I'm testing this library with a function 'toggleMenu' which displays a LinearLayout (like whatsapp does). The code is the same as in the example, but when I click it several times very fast I get a StackOverflowError, any ideas? Thank you very much

ankitbatra11 commented 8 years ago

You should set a listener on the animation and should disable the button until the animation is ended.