Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActionBar overlaps content in Android 15 (SDK 35) #2204

Open
chennanoka opened this issue Oct 16, 2024 · 1 comment
Open

ActionBar overlaps content in Android 15 (SDK 35) #2204

chennanoka opened this issue Oct 16, 2024 · 1 comment
Assignees

Comments

@chennanoka
Copy link

chennanoka commented Oct 16, 2024

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 address it but all activities are final class.

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 actionBar

Actual Behavior
The actionBar overlaps app content

Screenshots
Screenshot 2024-10-16 at 2 50 08 PM

@chennanoka chennanoka changed the title ActionBar overlap content in Android 15 (API level 35) ActionBar overlaps content in Android 15 (API level 35) Oct 16, 2024
@chennanoka chennanoka changed the title ActionBar overlaps content in Android 15 (API level 35) ActionBar overlaps content in Android 15 (SDK 35) Oct 16, 2024
@negoe negoe moved this to Needs triage in Bug Triage Nov 14, 2024
@negoe negoe added this to Bug Triage Nov 14, 2024
@negoe
Copy link
Contributor

negoe commented Nov 15, 2024

Please use this library attached to test if your scenario is fixed or not. Please let us know if you have broker installed. In case if you have multiple broker installed, please share the logs with us, so that we can send a test apk for broker too.

MSAL.zip
cc @somalaya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

3 participants