https://kotlinlang.org logo
#compose
Title
# compose
a

Akash Amin

06/22/2021, 5:19 PM
Hi, I have an issue with compose, I am using ComposeView in a ViewHolder to my existing RecyclerViewAdapter which resides inside a Swipeable ViewPager. The ComposeView has a LazyRow which shows a list of cards. The issue is: When I am trying to scroll the LazyRow the ViewPager scroll intercepts which makes it difficult to scroll the items in the LazyRow. I think this is something to do with the ComposeView not able to identify the ViewTree. I have detailed the implementation on this SO question https://stackoverflow.com/questions/68038792/scroll-issues-with-lazyrow-inside-traditional-android-viewpager
1
a

Adam Powell

06/22/2021, 5:44 PM
@matvei @Mihai Popa
m

matvei

06/23/2021, 9:42 AM
Could you please file a bug with a repro sample? We had one more regression for inteop pointer input, and if you would be able to come up with a small reproduction sample that we could compile -- this will help us a lot.
a

Akash Amin

06/23/2021, 9:44 AM
Sure, can do it in a few hours will share the link here. Just wanted know where can a file the bug?
Created the ticket with the sample project.
3 Views