code-troopers / android-betterpickers

[NO LONGER MAINTAINED] Android library for better Picker DialogFragments
2.68k stars 566 forks source link

EventRecurrenceFormatter.getRepeatString out of bounds #350

Open Rx2TF opened 7 years ago

Rx2TF commented 7 years ago
java.lang.ArrayIndexOutOfBoundsException: length=5; index=-1 
at com.codetroopers.betterpickers.recurrencepicker.EventRecurrenceFormatter.getRepeatString(EventRecurrenceFormatter.java:113)

I can recreate it doing the following:

  1. Open recurrence picker, OK on repeat weekly.
  2. Open recurrence picker, change to repeat monthly, OK

I'm using code similar to the samples.