eowise / recyclerview-stickyheaders

DEPRECATED. Android library that integrate sticky section headers in your RecyclerView
http://eowise.github.io/recyclerview-stickyheaders
MIT License
961 stars 148 forks source link

Headers aren't animated when using an ItemAnimator #30

Closed csbenz closed 9 years ago

csbenz commented 9 years ago

I'm using "setItemAnimator(...)" on the recyclerView to use animations when adding/deleting items. The items are correctly animated, but the headers aren't animated at all. They do move correctly but aren't animated. Issue #26 may be related.