-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Switch.OnCheckListener bug #157
Comments
Same here |
Same here 2 |
Same here 3 |
SyominStas
added a commit
to SyominStas/MaterialDesignLibrary
that referenced
this issue
Mar 29, 2015
Is there a work around? |
Yes, it is. |
How can I use that fix? I'm a new user please help me I really need that. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If switch is already checked when you enter your Fragment for the FIRST time, your OnCheckListener is not registered, it's not triggering when you check the switch. But when you check it any other time it's working. Really strange...
The text was updated successfully, but these errors were encountered: