v0.7.2c: adjusted how the game handles config changes

This commit is contained in:
Evan Debenham
2019-04-23 01:42:18 -04:00
parent c8e7a4bb42
commit 96878b1095
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -28,7 +28,6 @@
android:name="com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon"
android:alwaysRetainTaskState="true"
android:launchMode="singleInstance"
android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout"
android:screenOrientation="nosensor">
<intent-filter >
<action android:name="android.intent.action.MAIN" />