microsoft-authentication-library-for-android
microsoft-authentication-library-for-android copied to clipboard
ActionBar overlaps content in Android 15 (SDK 35)
Describe the bug I was migrating my app to target SDK 35, when I run the app on emulator with SDK 35 the actionBar overlaps the content. I think it's due to the edge to edge feature is turned on by default in SDK 35. I was trying to extend activities in the library to set it but seems all activities are 'final'.
Ref: https://developer.android.com/develop/ui/views/layout/edge-to-edge#enable-edge-to-edge-display
Smartphone (please complete the following information):
- Device: Pixel 9
- Android Version: 15 (SDK 35)
- Browser: Chrome
- MSAL Version: com.microsoft.identity.client:msal:5.7.0
Stacktrace N/A
To Reproduce acquireToken with startAuthorizationFromActivity.
Expected behavior The app content shows below the action bar
Actual Behavior The action bar overlaps app content overlaps
Screenshots