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

Airship does not support Android 15 (Edge-To-Edge) #244

Open
bmyagmarjav opened this issue Sep 18, 2024 · 1 comment
Open

Airship does not support Android 15 (Edge-To-Edge) #244

bmyagmarjav opened this issue Sep 18, 2024 · 1 comment

Comments

@bmyagmarjav
Copy link

bmyagmarjav commented Sep 18, 2024

Screenshot

Preliminary Info

What Airship dependencies are you using?

com.urbanairship.android:urbanairship-message-center:18.3.0

What are the versions of any relevant development tools you are using?

Android studio and real device with Android 15

Report

What unexpected behavior are you seeing?

Message center activity does not support edge to edge and messages list overflows on status bar. Shared screenshot

What is the expected behavior?

Should support edge-to-edge android or push down that messages list below navbar

What are the steps to reproduce the unexpected behavior?

Support Android 35

android {
compileSdk 35
...
defaultConfig {
targetSdk 35
}
}

Simply add MessageCenterActivity into your app and run it with Pixel 6 pro with Android 15

Do you have logging for the issue?

No because it is UI issue with newest OS and SDK

@jyaganeh
Copy link
Contributor

Hi @bmyagmarjav, we're aware of these changes and are currently working on supporting them. We'll have a new release out soon with support for handling edge-to-edge on Android 15 devices.

I'll leave this open so that we can circle back and let you know when we've released a supported version.

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

No branches or pull requests

2 participants