hidroh / materialistic

A material-design Hacker News Android reader
https://play.google.com/store/apps/details?id=io.github.hidroh.materialistic
Apache License 2.0
2.3k stars 510 forks source link

Crash in StoryRecyclerViewAdapter #1246

Open jyn514 opened 5 years ago

jyn514 commented 5 years ago

The traceback had an IndexOutOfBounds exception in https://github.com/hidroh/materialistic/blob/master/app/src/main/java/io/github/hidroh/materialistic/widget/StoryRecyclerViewAdapter.java#L394. Maybe the number of items changes between when you call setUpdated and when DiffUtils calls the callback? This normally happens when I scroll up rapidly, but before I swipe down to refresh.

hidroh commented 5 years ago

Yes I'm aware of this and working for a fix. It's related to #1245