I'm playing with using the Window Insets from the ...
# compose
c
I'm playing with using the Window Insets from the compose-foundation. I was wondering if there's a cleaner way to call
WindowCompat.setDecorFitsSystemWindows(window, false)
in a fragment, but then when that fragment is navigated away from set it back to true. Currently I get a little bit of jitter setting it in onResume/onStop of the fragment. The end goal is to allow imePadding on one screen only and disallow it everywhere else