We are currently working on our upcoming release to the Google Play Store, ensuring compatibility with Android 15. As part of this effort, we have recently updated our app to use the latest version of the Intercom SDK (15.9.1).
During our testing phase, we encountered an issue specific to devices running Android 15. The problem pertains to the UI when attaching a video or image in the Intercom messenger.
The "X" close button overlaps with the status bar, making it difficult to close the attachment preview.
This behavior is observed only on Android 15 and seems related to the new edge-to-edge enforcement introduced in this version of Android.
Here are the steps to reproduce the issue:
1. Open the Intercom messenger in our app.
2. Click on the attachment icon and choose Gallery.
3. Select an image or video.
4. Observe that the close ("X") button overlaps with the status bar, making it difficult to close the preview.
You can view a screen shot of the issue here: Intercom UI Issue android 15 on attachment screenshot
For more details on the edge-to-edge behavior change in Android 15, you can refer to the official documentation: Android 15 Behavior Changes.
In our app, we handle edge-to-edge layouts by applying `fitsSystemWindows` universally in our main activity and individually in our dialogs. Despite these measures, the issue persists within the Intercom SDK in specific scenario I mentioned above.
Could you please provide guidance on how to address this issue? If there is a known fix or an upcoming update that resolves this problem, we would appreciate the information.