devunwired / recyclerview-playground

Examples of RecyclerView use and custom LayoutManager implementations
MIT License
1.24k stars 269 forks source link

Fix crash when selecting 'add' after 'empty' #11

Closed jonathan-caryl closed 9 years ago

jonathan-caryl commented 9 years ago

It was trying to insert at position 1 in the ArrayList, which isn't valid when it's empty.