cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

when fling fast, scrolling stops at item's bottom(not last item) irregularly. #157

Open jiminpeoply opened 9 years ago

jiminpeoply commented 9 years ago

it seems URV mis-know the item is last. my setup is below. ultimateRecyclerView.setHasFixedSize(false); ultimateRecyclerView.setLayoutManager(new LinearLayoutManager(this)); ultimateRecyclerView.disableLoadmore(); ultimateRecyclerView.setTranslationY(getResources().getDimensionPixelSize(R.dimen.height_top_layer));//for not using marginTop

could you please help me out?

cymcsg commented 9 years ago

Do you mean the recyclerview does not stop at the bottom of a item?

jiminpeoply commented 9 years ago

thank you for reply. it means when i fling the recyclerview, sometimes it doesn’t reach at the stop position. (just middle of items.)

cymcsg commented 9 years ago

How do you set the stop position?

jiminpeoply commented 9 years ago

i did nothing to set stop. my setup is in fist comment. that's all. and UltimateViewAdapter is using for card view v7.

cymcsg commented 9 years ago

I'm a little confuse about it doesn’t reach at the stop position. What is stop position?

jiminpeoply commented 9 years ago

The scroll is supposed to move up and down with fling, but it all stopped in the middle and never goes down anymore.

rittjom commented 9 years ago

Maybe it's the same problem as mine #139 ?? There's also a Video available, that shows this issue.