-
Notifications
You must be signed in to change notification settings - Fork 164
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
SlideToActView.OnSlideCompleteListener -> onSlideComplete is not getting called when slides is Locked #161
Comments
I can't find anything wrong with your code. slidetoact/example/src/main/java/com/ncorti/slidetoact/example/SampleActivity.java Lines 143 to 148 in 0e2ca7d
And it works fine so far. Have you locked the slider by any chance? |
Hello,
this method wont call when the slider is locked. |
That's currently not possible. The current behavior is to don't fire an event if the slider is locked. Can you explain why you would need such event, maybe with some examples? |
my xml
my callback method
The text was updated successfully, but these errors were encountered: