You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've played around with the sample app and there's an issue if you enable edge to edge with the keyboard. It scrolls the Column but not enough to keep it in view. Sample code:
I'm sure it has to do with the body offset when toolbar is expanded. LazyColumn is worse, losing the focus when keyboard is showing (that's for sure a compose issue). Any thoughts on this?
The text was updated successfully, but these errors were encountered:
I've played around with the sample app and there's an issue if you enable edge to edge with the keyboard. It scrolls the
Column
but not enough to keep it in view. Sample code:I'm sure it has to do with the body offset when toolbar is expanded.
LazyColumn
is worse, losing the focus when keyboard is showing (that's for sure a compose issue). Any thoughts on this?The text was updated successfully, but these errors were encountered: