yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.37k stars 448 forks source link

java.lang.IndexOutOfBoundsException: Invalid item position 11(11). Item count:11 com.yuyakaido.andr #242

Closed rastrish closed 4 years ago

rastrish commented 5 years ago

I am getting this error on adding more item to the list

plhbao commented 5 years ago

I am get this error,too.

rastrish commented 5 years ago

my issue is solved

plhbao commented 5 years ago

How did you solve it?

yuyakaido commented 4 years ago

@rastrish We need to use DiffUtil or call notifyItemRangeInserted when we add items to the list.