I have a `LazyColumn` inside of a `Surface` (style...
# compose
t
I have a
LazyColumn
inside of a
Surface
(styled to look like a bottomsheet) composable with a
nestedScroll
modifier. Things work when I use my fingers, but when I turn on talkback and navigate the list using swiping to jump to the next items none of the methods on my
NestedScrollConnection
is invoked, making the surface not reacting correctly to the scroll and not be translated correctly together with the scrolls of the lazy column. Has anybody else experienced this or know if there is a fix or workaround?