microsoft-authentication-library-for-android
microsoft-authentication-library-for-android copied to clipboard
Android Edge to edge not supported
Describe the bug MSAL login activity overlaps with system elements. Affects live and development environments with any devices on android 15 and greater after compile SDK migration.
Smartphone (please complete the following information):
- Device: Pixel 6
- Android Version: 15.0
- Browser: N/A
- MSAL Version: 5.9.0
To Reproduce Compile using compileSdk = 35 and launch a msal auth session
Expected behavior Activity should not overlap system elements
Actual Behavior Activity overlaps system elements
Screenshots
Current behaviour of view:
For reference, the rest of the app renders correctly all views that have been migrated to the edge to edge behaviour.
Additional context See android documentation here. To fix this problem just apply safe area inserts to the view.