ebarrenechea / header-decor

A couple of sticky header decorations for android's recycler view.
Apache License 2.0
878 stars 159 forks source link

Can't scroll to bottom #52

Closed dmitrikudrenko closed 7 years ago

dmitrikudrenko commented 7 years ago

In my application I have the list of countries phone's codes. And I need to open that list with shown selected item. But when the selected item is last recyclerview can't scroll to the end. screenshot_2016-10-14-09-28-55 screenshot_2016-10-14-09-29-01

ebarrenechea commented 7 years ago

@dmitrikudrenko form the image I can see you're using the sitcky header decoration on both views. It has worked correctly with selection for me and I can't reproduce this issue. Could you provide sample code that reproduces this behaviour? Thanks!

dmitrikudrenko commented 7 years ago

I updated recyclerview support library version and the problem has been disappeared