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

onDateSelected not called first date #90

Open
SalvatoreAD opened this issue Aug 9, 2018 · 4 comments · May be fixed by #92
Open

onDateSelected not called first date #90

SalvatoreAD opened this issue Aug 9, 2018 · 4 comments · May be fixed by #92

Comments

@SalvatoreAD
Copy link

When I try to return to the first date the onDateSelected function is not called. How can I solve?

@SalvatoreAD
Copy link
Author

I fix this problem this:

if ((snapDistance[0] != 0) || (snapDistance[1] != 0)){ if ((snapDistance[0] != 1) && (snapDistance[0] != -2)){ return snapView; } }

in findSnapView

@fobidlim
Copy link

I have same problem

@fobidlim fobidlim linked a pull request Aug 13, 2018 that will close this issue
@hassanien96
Copy link

hi , where should i put this code ? @SalvatoreAD

@SalvatoreAD
Copy link
Author

@hassanien96 #92

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

Successfully merging a pull request may close this issue.

4 participants
@fobidlim @SalvatoreAD @hassanien96 and others