Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

On Gingerbread, view keeps receiving interaction even after applying View.GONE visibility #41

Open
nobre84 opened this issue Feb 8, 2013 · 1 comment

Comments

@nobre84
Copy link

nobre84 commented Feb 8, 2013

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

@qhm123
Copy link

qhm123 commented Mar 6, 2013

me too

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants