Do not kill GL context on uiMode Android change

This commit is contained in:
Anuken
2026-08-28 17:20:40 -04:00
parent e2cecffec3
commit a1975a40b6

View File

@@ -26,7 +26,7 @@
android:screenOrientation="user"
android:exported="true"
android:launchMode="singleTask"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout">
android:configChanges="uiMode|keyboard|keyboardHidden|orientation|screenSize|screenLayout">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>