Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listener called twice when switch checked. #8

Open
Chirag27592 opened this issue Jul 8, 2015 · 4 comments
Open

Listener called twice when switch checked. #8

Chirag27592 opened this issue Jul 8, 2015 · 4 comments
Labels

Comments

@Chirag27592
Copy link

when toggle switch it's listener called two times .
untitled

@glomadrian glomadrian added the bug label Jul 16, 2015
@kmenager
Copy link

I think there the methode onAnimationEnd() is called twice because the BallShadowPainter inherited from BallPainter. When doActionDown is called, it set state for all ballPainter and ballShadowPainter. The setState method from BallPainter which call moveAnimator.start()/reverse(). When the ballPainter and ballShadowPainter, they both call the onAnimationEnd().

@DenisGL
Copy link

DenisGL commented Aug 20, 2015

I also have the same issue.

@jkwiecien
Copy link

Same issue

@javadbacker
Copy link

Same issue here

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

No branches or pull requests

6 participants