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
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.
To Reproduce
acquireToken with startAuthorizationFromActivity.
Expected behavior
The app content shows below the actionBar
Actual Behavior
The actionBar overlaps app content
Screenshots
The text was updated successfully, but these errors were encountered:
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
changed the title
ActionBar overlaps content in Android 15 (API level 35)
ActionBar overlaps content in Android 15 (SDK 35)
Oct 16, 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.
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):
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
The text was updated successfully, but these errors were encountered: