adrielcafe / voyager

🛸 A pragmatic navigation library for Jetpack Compose
https://voyager.adriel.cafe
MIT License
2.27k stars 109 forks source link

Window inset imePadding stopped working in 1.1.0-alpha03 #355

Open hm-tamim opened 2 months ago

hm-tamim commented 2 months ago

Hi,

WindowInsets stops working when I upgrade the version to v1.1.0-alpha03, it works fine in v1.0.0.

There is also another major issue. When you click on a TextField in bottom sheet, as the keyboard opens, it closes the bottom sheet. Happening in Compose 1.6.0

hm-tamim commented 2 months ago

For the 2nd issue, I've found the cause, and raising a PR https://github.com/adrielcafe/voyager/issues/330#issuecomment-1986107362

DevSrSouza commented 1 month ago

I think is the same issue as #366.

It seems to be a Compose KMP issue, we have update it to 1.6.1 on 1.1.0-alpha04, can you revalidate this? If the issue continues, can you share a reproducible code?