After some recent Jetpack Compose updates, there seems to be a behavior change with AndroidView's touch handling.
Previously, if you had an AndroidView(without any click listeners or pointerInput modifiers) on top of a Compose layout, touch events would pass through it to the elements below. Now they don't, even when trying to disable focus on the Android View.
Has anyone else noticed this change?
I'm using the latest compose bom-alpha 2024.10.01.