I just put ```WindowCompat.setDecorFitsSystemWindo...
# compose
j
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
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