https://kotlinlang.org logo
#compose
Title
# compose
j

Jasmin Fajkic

07/18/2022, 1:45 PM
I just put
Copy code
WindowCompat.setDecorFitsSystemWindows(window, false)
in MainActivity to be able to detect if ime is visible, but now my adjust resize does not work and my input does not move when keyboard is visible. Any maybe advice on this?
z

Zach Klippenstein (he/him) [MOD]

07/18/2022, 3:52 PM
1. What version of compose 2. What version of android 3. What kind of list (lazy or not) 4. Are you using the compose insets apis
15 Views