AmrJyniat
11/15/2021, 1:43 PMCsaba Kozák
11/15/2021, 1:46 PMval keyboardIsVisible = LocalWindowInsets.current.ime.isVisible
AmrJyniat
11/15/2021, 2:07 PMProvideWindowInsets
at the top, am I missing another code?Csaba Kozák
11/15/2021, 2:23 PMandroid:windowSoftInputMode="adjustResize"
in your Activity
in the manifest. See here.AmrJyniat
11/15/2021, 2:28 PMCsaba Kozák
11/15/2021, 2:30 PMWindowCompat.setDecorFitsSystemWindows(window, false)
in our app, in Activity.onCreate. The keyboard state works well.AmrJyniat
11/15/2021, 2:35 PM