TimePickerDialog
TimePickerDialog copied to clipboard
选项最后一项,显示不全,只到10月
选项最后一项,显示不全,只到10月
@zhaoshunchen
I think it is caused by setMinMillseconds(System.currentTimeMillis())
You can solve this issue like
.setMinMillseconds(System.currentTimeMillis() - DateUtils.YEAR_IN_MILLIS)