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
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.
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
The text was updated successfully, but these errors were encountered: