I have a problem with `io.intercom.android:intercom-sdk:15.1.0`. When a new in-app message appears, it's hidden "under" the navigation bar. Switching to another tab fixes the position on the screen (I think it calculates window insets). I've tried setting bottom padding, but the behavior is still similar (2nd gif). The content displays with the given padding, and after changing the tab, it moves up by the height of the system navigation bar.
No bottom padding set:Â
Â
After setting bottom padding:Â
Â