App crash on Android with multi-window

Hello!
So, Android 7.0+ has this multi-window feature and openfl app simply crashes without even any errors in logcat.
I wouldn’t care much about this, but Samsung AppStore deny my game submission because of this.
Anyone had similar problem??
Here is the video:

Just made a quick test with my games on android 8/9. No crashes for me.

I am using Openfl 8.6.4, Lime 7.1.1, hxcpp 4.0.8

Yep, you are right.
After some tests I found out it was my custom AndroidManifest.xml, that didn’t have
android:configChanges="screenLayout" parameter.
Thank you!

just for completion: thats my full line: android:configChanges=“keyboardHidden|orientation|screenSize|screenLayout”

Yes, my was the same except “screenLayout”.