Doist / RecyclerViewExtensions

RecyclerView made easier.
MIT License
495 stars 42 forks source link

Fix Sample App's compile errors #10

Closed gejiaheng closed 7 years ago

gejiaheng commented 7 years ago

DragDropHelper's initialization in DemoActivity is not compitable with its latest definition. This prevents the Sample App from compiling.

goncalossilva commented 7 years ago

Thanks for fixing the sample app! It's very messy 😅 I will do a dirty fix on top of this PR to get drag & drop working (we need to swap items in onSwap) and merge it 👍