microsoft-authentication-library-for-android icon indicating copy to clipboard operation
microsoft-authentication-library-for-android copied to clipboard

ActionBar overlaps content in Android 15 (SDK 35)

Open chennanoka opened this issue 4 months ago • 0 comments

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 Screenshot 2024-10-16 at 2 50 08 PM

chennanoka avatar Oct 16 '24 18:10 chennanoka