Fixed bug with random pauses on some devices that emits config changes during playback

This commit is contained in:
skoruppa 2026-04-04 20:37:26 +02:00
parent 6fcca9093e
commit f39849a2f8

View file

@ -38,6 +38,7 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|density|uiMode|keyboard|keyboardHidden|navigation|layoutDirection|fontScale|locale"
android:theme="@style/Theme.MyApplication.Launcher">
<intent-filter>
<action android:name="android.intent.action.MAIN" />