v0.9.1a: more android lifecycle adjustments, should fix various bugs

This commit is contained in:
Evan Debenham
2020-12-15 13:05:48 -05:00
parent 84d3029b04
commit fef273cfc3
3 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
android:label="${appName}"
android:name=".AndroidGame"
android:screenOrientation="nosensor"
android:configChanges="keyboard|keyboardHidden|orientation">
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize">
</activity>
</application>