I've recently upgraded from .NET 9 to .NET 10. My MAUI app runs on both Windows and Android and uses AppFlyout rather than the conventional AppShell. When running the app on Android 15 the flyout menu now overwrites the status bar at the top of the screen but on .NET 9 this didn't happen. Is there a method of calculating the status bar height in Android 15 rather than hard-coding a value for an Android-only margin at the top of the menu?