lewisjdeane / L-Dialogs

A small library replicating the new dialogs in android L.
567 stars 100 forks source link

Issues for ListView - ClickListener when an item with index > 2 is selected. #32

Closed n-thilak closed 10 years ago

n-thilak commented 10 years ago

Throwing java.lang.ArrayIndexOutOfBoundsException: length=3; index=5 exception.

n-thilak commented 10 years ago

Occurred when i had the dialog initialized with an items array but populated lv with a bigger array :). Sorry for flagging this.