You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.
Hi, I ran into this issue: a view that receives a fade-out animation followed by a View.INVISIBLE or View.GONE status on the onEndAnimation listener, will still receive events on 2.3.3 (probably all pre-hc versions).
It looks like a bug on these versiosn, and a proposed solution is at http://stackoverflow.com/questions/4728908/android-view-with-view-gone-still-receives-ontouch-and-onclick , calling clearAnimation() , could this safely be handled in the library ? Or are there any side-effects of using this workaround ?
Thanks
nobre
The text was updated successfully, but these errors were encountered:
Hi, I ran into this issue: a view that receives a fade-out animation followed by a View.INVISIBLE or View.GONE status on the onEndAnimation listener, will still receive events on 2.3.3 (probably all pre-hc versions).
It looks like a bug on these versiosn, and a proposed solution is at http://stackoverflow.com/questions/4728908/android-view-with-view-gone-still-receives-ontouch-and-onclick , calling clearAnimation() , could this safely be handled in the library ? Or are there any side-effects of using this workaround ?
Thanks
nobre
The text was updated successfully, but these errors were encountered: