You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't seen any open PR related to it. I can take a stab at it, now that I am working on adding edge-to-edge support in some of my apps. I will report back soon! 🏃♂
I may have to add/update some jetpack libraries to add this support, which I was hoping I could avoid. Not sure how acceptable it would be to add libraries like androidx.compose.material or androidx.compose.material3
LeakCanary does not yet support edge-to-edge.
Unfortunately,
windowOptOutEdgeToEdgeEnforcement
is going away in Android 16.https://developer.android.com/about/versions/16/behavior-changes-16#edge-to-edge
Here is what it currently looks like when edge-to-edge is enforced (invisible rows and clipped content)
The text was updated successfully, but these errors were encountered: