header disappears, and then abruptly appears and the description is superimposed on it (see image)
the mRecyclerView.computeVerticalScrollOffset() on 99 line produces a value much larger than mHeader.getHeight()
if you write such a piece of code, it will work out correctly
https://github.com/kanytu/android-parallax-recyclerview/blob/cad6b8d619a3d2d87efa35e7a8f456f55b120dc5/library/src/main/java/com/poliveira/parallaxrecyclerview/ParallaxRecyclerAdapter.java#L99
Hello, guys I found such a bug:
header disappears, and then abruptly appears and the description is superimposed on it (see image) the
mRecyclerView.computeVerticalScrollOffset()
on 99 line produces a value much larger thanmHeader.getHeight()
if you write such a piece of code, it will work out correctly