Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The crash was caused because of the options secondDateAfterFirst which was added in the commit db112c9 The issue was only reproduced when the flag secondDateAfterFirst was set to true and the WheelDayOfMonthPicker view was visible. The listener addOnDateChangedListener was updating the second picker with the minimum date whereas when the WheelDayOfMonthPicker's visibility was gone, the picker had no items resulting in a crash in getItem() method of the WheelPicker adapter.
- Loading branch information