Is the `onVisibilityChanged` modifier supposed to ...
# compose
f
Is the
onVisibilityChanged
modifier supposed to work in lazy layouts? In my testing, I can see the
true
value but almost never the
false
when the view exits the screen. I assume that the view is removed from the composition before it can send the update. Is my only option using LazyListState?