asantibanez / Ranger

Android horizontally scrolled DatePicker
57 stars 21 forks source link

fixed issue with setStartAndEndDateWithParts #1

Open sanchitgarg1909 opened 8 years ago

sanchitgarg1909 commented 8 years ago

There was an issue while using the function setStartAndEndDateWithParts(int startYear, int startMonth, int startDay, int endYear, int endMonth, int endDay). The desired date picker view came after the default date picker. I deleted the default view before adding the new view.