Ok, it looks like `LocalWindowInsets.current.ime.b...
# compose
d
Ok, it looks like
LocalWindowInsets.current.ime.bottom
does not update after keyboard is hidden. it continues to report padding as though keyboard is visible 🤔
c
Did you set the Activity’s windowSoftInputMode is set to adjustResize? https://google.github.io/accompanist/insets/#something-not-working
d
yep, it's in my Manifest