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
Indeed this is change that came with upgrading the target SDK to Android 15, as explained in https://developer.android.com/about/versions/15/behavior-changes-15#edge-to-edge. There, they suggest to adapt component by component with insets, but due to the variety of components we have in the app, this may get a bit complex.
Actual behaviour
After the update to SDK 35, the new feature "infinite edges" causes glitches in the upper and bottom bar of the app. Some examples:
Expected behaviour
Bottom and upper bar does not collide with the Android system bars
Android 15
The text was updated successfully, but these errors were encountered: