Is `android:windowSoftInputMode="adjustResize"` a...
# compose
y
Is
android:windowSoftInputMode="adjustResize"
and
Scaffold { padding ->
works properly together? Or there exists anther way to adjusting size?
h
I know this doesn't answer your question and I'm not sure even if it is related but you might wanna check out this library https://github.com/chrisbanes/accompanist/tree/main/insets
y
Hmm. Maybe it’ll help. Thanks