Open alirezaeiii opened 3 years ago
When you file a bug please provide a description of what was the desired and/or expected behavior. In the case of animations a video would be helpful for to understand exactly what you are seeing.
My expected behaviour : when I scroll in Layout, it get scrolled in the whole page. Not just under recyclerView in the ViewPager. In the recorded video, first you see unexpected behaviour for a TVShow and then you see expected behaviour for a Movie in my app. When there is one row in the recyclerView, it most probably jumps to end of screen on its own and then unexpected behaviour happens. You can find the recorded video at : https://drive.google.com/file/d/1GJgieu-i6tkFUwldfkazs0ynAk5ssif8/view?usp=sharing
I am using a RecyclerView inside a ViewPager which is inside a MotionLayout ( fragment_detail ):
And here is RecyclerView which I use in ViewPager2 ( fragment_credit ) :
Sometimes when I scroll in MotionLayout, it scroll in whole page.
But sometimes it scrolls just in RecyclerView under ViewPager and not whole page.
You can find the code at : https://github.com/Ali-Rezaei/TMDb-Paging