Does anyone know what is the state of compose supp...
# compose
t
Does anyone know what is the state of compose support for system windowinsets? Which tell you the padding needed for navigation/status bar. Just bring my app to the current alpha08 and thought maybe i can get rid of my custom solution.
a
there’s a feature request for adding window insets APIs to compose, but for now chris banes accompanist library is your best bet
t
thx for fast response 🙂
a
only works on API 30+ though
a
it should work on pre-api-30 devices
a
Ah, I misread, just the
WindowInsetsAnimations
is for 30+ devices
👍 1