chrisbanes / insetter

Insetter is a library to help apps handle WindowInsets more easily
https://chrisbanes.github.io/insetter
Apache License 2.0
1.13k stars 42 forks source link

Insets are not applied on orientation change (screen rotation) #107

Closed janbolat closed 3 years ago

janbolat commented 3 years ago

Hello, Insets are not applied when the device's screen is rotated and new activity is created. What can be the cause? My activity is fullscreen. Using v0.5

chrisbanes commented 3 years ago

What are you using? What’s the code look like? Quite obviously there’s not enough information here.

janbolat commented 3 years ago

Seems to be a bug in the androidx.core library: https://issuetracker.google.com/issues/182063672 :(

Waiting for a stable version: https://issuetracker.google.com/issues/183955852 🤞

chrisbanes commented 3 years ago

Thanks for letting me know. Closing this then as it's an AndroidX bug.