You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tested on emulator api10.
"Set Date" -> the dialog fails to appear, instead the app crashes.
java.lang.IllegalArgumentException: current should be >= start and <= end
at android.widget.NumberPicker.setCurrent(NumberPicker.java:288)
at android.widget.DatePicker.updateDaySpinner(DatePicker.java:397)
at android.widget.DatePicker.updateSpinners(DatePicker.java:383)
at android.widget.DatePicker.init(DatePicker.java:379)
at com.forrestguice.suntimeswidget.TimeDateDialog.initViews(TimeDateDialog.java:126)
values are -1 -1 -1 (init called before values are initialized)
tested on api19 no crash.
The text was updated successfully, but these errors were encountered:
tested on emulator api10.
"Set Date" -> the dialog fails to appear, instead the app crashes.
values are -1 -1 -1 (init called before values are initialized)
tested on api19 no crash.
The text was updated successfully, but these errors were encountered: