Does anyone know why the `LazyColumn` is moving up...
# compose-android
t
Does anyone know why the
LazyColumn
is moving up? I’m using it with this:
Copy code
contentPadding = PaddingValues(8.dp) + WindowInsets.systemBars.asPaddingValues()
I was missing
android:windowSoftInputMode="adjustResize"
on the manifest 😓
f
Honestly, I was thinking of mentioning that before, but it felt like "Did you try turning it off and on again?" type of question 😅
t
These are the ones that fix stuff 😂
😄 1