-
Notifications
You must be signed in to change notification settings - Fork 39
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
Set new time for "endTime" does not work; BUG #22
Comments
Actually the bug or rather the design is that you cant use EndTime or StartTime together since they all reference to same thumb inside onCreate but when you slide around it works for both thumbs...I wish It can be fixed. |
I don't understand the issue, can you elaborate, or point to the incorrect code location? Thank you :) |
here is a link to myGist I have highlighted the "bug" https://gist.github.com/Ttoml33/0640f5950faca65014983ab17c76ed2e |
thank you; That's exactly the problem; For example; When starting the activity I want to be able to set the endTime and startTime at the time I decide; but it doesn't work, as you explain. |
timeRangePicker.startTime = TimeRangePicker.Time(12, 0) : work ok
timeRangePicker.endTime = TimeRangePicker.Time(12, 0) : does not work, does nothing
The text was updated successfully, but these errors were encountered: