Does anyone know why the `LazyColumn` is moving up? I’m using it with this: ```contentPadding = Padd...
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