NineOldAndroids
NineOldAndroids copied to clipboard
On Gingerbread, view keeps receiving interaction even after applying View.GONE visibility
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
me too