Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Jetpack Compose version: 1.6.0-alpha03 to 1.6.0-alpha05
Jetpack Compose component used: foundation, ui
Android Studio Build: Hedgehog beta 4
Kotlin version: 1.9.10
When a TextField in a LazyColumn is focused at the bottom of the screen, the TextField is supposed to be pushed up when the keyboard appears. Since Compose version 1.6.0-alpha03, when a LazyColumn is in a NavHost, the above behavior results in a crash because the keyboard goes over the TextField.
Here is the sample project to reproduce the bug:https://github.com/p-rob/NodePlaceCrash
Steps to Reproduce or Code Sample to Reproduce:
Stack trace (if applicable):