This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 333
java.lang.ArithmeticException: divide by zero #148
Comments
Getting the same issue while selecting date. |
Same here... |
I've had the same issue. |
Akhunzaada
added a commit
to Akhunzaada/SingleDateAndTimePicker
that referenced
this issue
Jul 11, 2018
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.
getting same crash |
I've made pull request for the fix in #156 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
while I flick, exception below occurs
The text was updated successfully, but these errors were encountered: