You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I modified also other parts of this method, do you have problems when current hour > maxTime, when current hour > minTime or in both cases?
This is my current method:
If a time range is set and goToHour(currentTime) method is called the view will not scroll to currentTime hour because of a bug in goToHour method
Android-Week-View/library/src/main/java/com/alamkanak/weekview/WeekView.java
Line 2677 in 2a5f09a
it should be
verticalOffset = (int) (mHourHeight * (hour - mMinTime));
otherwise it works only with the default range of 0-24
The text was updated successfully, but these errors were encountered: