Hello. Talking about soft keyboard and textField i...
# compose-android
l
Hello. Talking about soft keyboard and textField inputs. Did anyone know what changed in new version of compose?
Copy code
compose_version = '1.3.1' works fine, but 1.4.0 does not
accompanist_version = "0.28.0 updates to 0.30.0 to support 1.4.0 compose
I am using com.google.accompanist.insets.ui.Scaffold with WindowInsets.ime.asPaddingValues to handle keyboard padding myself, but with new version when clicking on TextField input in opened bottom sheet (BottomSheetDialogFragment), then my fragment does not receive ime padding change or setOnApplyWindowInsetsListener on a onViewCreated and keyboard does not open. Instead keyboard opens up after closing bottom sheet.
1
m
It's a bug introduced in 1.4.0 I had the same problem and just downgraded again, but there are some workarounds. https://kotlinlang.slack.com/archives/C04TPPEQKEJ/p1680282669646199
l
Sorry, did not see it was already asked. Thanks a lot