Basically the problem is the android:windowIsTranslicent. More information here: android:@Theme.Translucent Locks orientation to Portrait?
To fix that either add android:screenOrientation="sensor" to the activity (only one in compose app) or find a different way to create a custom splash screen.