How to Prevent LazyColumn from Resizing or Shifting with Keyboard in Jetpack Compose?
I am working on a Jetpack Compose Messaging Screen, and I have a LazyColumn displaying messages. When the keyboard opens, I want the LazyColumn to resize (shrink) instead of shifting the entire layout upward, including the TopAppBar.
How to Prevent LazyColumn from Resizing or Shifting with Keyboard in Jetpack Compose?
I am working on a Jetpack Compose Messaging Screen, and I have a LazyColumn displaying messages. When the keyboard opens, I want the LazyColumn to resize (shrink) instead of shifting the entire layout upward, including the TopAppBar.