fixed rotate screen bug

This commit is contained in:
oxidiert
2025-09-06 20:34:01 +02:00
parent 6aebda0009
commit 45deee664b
3 changed files with 16 additions and 7 deletions

View File

@ -31,7 +31,7 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:screenOrientation="locked">
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|screenLayout">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />