-
Notifications
You must be signed in to change notification settings - Fork 33
Handle insets to avoid in app message overlap on Android 15 #955
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
base: master
Are you sure you want to change the base?
Conversation
|
Hi @sumeruchat, @pdias-iterable, @davidtruong, @Ayyanchira, Tagging you all here since you reviewed a recent PR. I was hoping to get some reviews on this one as well. We're using the Android SDK and would be great to get this fix in soon. Thanks, |
|
@awardakbb Thanks we are looking into this |
|
Hi @awardakbb , would you be able to provide screenshot of before and after of One observation I have is: Hosting activity of the fragment may have titlebar which could obstruct the in-app content even with system bars/cutout offset. We might have to optionally check hosting Activity containing a title bar and add it to the offset. |
Hi @Ayyanchira, sure, here's before and after shots: Our setup uses |
|
Hi @Ayyanchira - let me know if there were any other questions on this PR. It would be great to get this into a release soon. Thanks! |
|
Hi @sumeruchat @Ayyanchira, just a reminder to take a look at this PR when you get a chance. Thanks! |


With apps being edge-to-edge by default starting in Android 15, this PR helps avoid overlap of the message content and the system bars and cutouts when the message is opened in the InboxMode.ACTIVITY mode.
Related: #909