LazyColumn with key, when showing keyboard it is hiding last item
I am trying to implement a chat screen that works the same way as the JetChat compose sample. However when I modify the code to use a Flow I am getting an issue
Lazy Column/Row are not passing the touch events below | pointerInteropFilter is not working
After updating to the latest compose-bom
2024.09.00
, Lazy Column/Row are not passing touch events to below composables.