zyyoona7 / WheelPicker

A smooth, highly customizable wheel view and picker view, support 3D effects like iOS. 一个顺滑的、高度自定义的滚轮控件和选择器,支持类似 iOS 的 3D 效果
Apache License 2.0
825 stars 97 forks source link

DatePicker 设置完日期#setYearRange()后更新updateMaxAndMinYear()的逻辑有问题。 #36

Closed eurigo closed 3 years ago

eurigo commented 4 years ago

会导致选择年份自动跳转到最小年份

zyyoona7 commented 4 years ago

设置的当前选中时间是否小于 最小/最大 范围?

eurigo commented 4 years ago

没有。 比如代码如下,只设置年份区间 yearWv3.setYearRange(2018, 2020);

没有再另外设置最小年份,滑动后默认会跳回最小的2018这个年份

zyyoona7 commented 4 years ago

多少版本 1.x ? 还是 2.x ?

eurigo commented 4 years ago

没看有2.x呀,引入的是 implementation com.github.zyyoona7:pickerview:1.0.9

zyyoona7 commented 3 years ago

这个问题还存在吗?如果还存在麻烦贴一下调用代码重新打开~