79180841

Date: 2024-11-12 11:12:11
Score: 1
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Top4o