xmuSistone / VegaLayoutManager

√A customized LayoutManager - fade and shrink the head itemView when scrolling.
1.85k stars 232 forks source link

Different behaviour On Kitkat and above Kikat #21

Closed diaz9557 closed 6 years ago

diaz9557 commented 6 years ago

I have tested VegaLayoutManager in Kitkat and above . There is a behavior difference .

On kitkat - On scroll to bottom, the last items scrolls to the top .
Above Kitkat - The last item remains on the bottom of recycler view .

Is this the issue with RecyclerView in Kitkat or some other ?

xmuSistone commented 6 years ago

Yeah, it's a bug. I'm fixing it now.

xmuSistone commented 6 years ago

@diaz9557 Kitkat has this problem, I submitted new code just now. please try it again when you have spare time.

diaz9557 commented 6 years ago

Thx . I just checked it on Kitkat . Same issue . Did you fixed it ?