shailendraborse
shailendraborse
I have found the same issue, calling notifyItemRemoved(0) will crash with exception IndexOutOfBoundsException
Below exception arises when I was going to delete item at 0 postion in GridLayoutManager , StaggeredGridLayoutManager and SpannableGridLayoutManager. Process: org.lucasr.twowayview.sample, PID: 21165 java.lang.ArrayIndexOutOfBoundsException: length=22; index=-1 at org.lucasr.twowayview.widget.ItemEntries.getItemEntry(ItemEntries.java:69) at org.lucasr.twowayview.widget.BaseLayoutManager.getItemEntryForPosition(BaseLayoutManager.java:213)...