Status Update
Comments
ja...@gmail.com <ja...@gmail.com> #2
For anyone looking for a hotfix, the combination of android:windowSoftInputMode="adjustResize|stateVisible" within <activity/> under AndroidManifest together with Modifier.imePadding() on the LazyVerticalGrid seems to be sufficient (in my case at least).
Description
This issue is similar to b/179203700 , in which lazy Column was affected.
LazyColumn
has been fixed and works correctly. However, lazy VerticalGrid is still broken.Repro from #comment40 on that issue:
When I scroll to bottom and click TextField, the keyboard open -> close instantly.