Show an in-app message with `IterableInAppManager.showMessage` that has position set to top. Expected behavior: The message is shown at the top of the screen, without anything obscured by system bars. Actual behavior: The message draws behind the status bar and the camera notch, making the content in that area inaccessible. SDK Version: 3.5.13 Only happens on Android 15+ I suspect you will have to do something similar to https://github.com/Iterable/iterable-android-sdk/pull/842 in order to fix this