2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 09:56:22 +01:00

Fix freeze after unlock

This commit is contained in:
Alibek Omarov 2015-04-26 21:04:15 +06:00
parent fe39a90089
commit a20e57ba59

View File

@ -25,7 +25,7 @@
<activity android:name="org.libsdl.app.SDLActivity"
android:screenOrientation="landscape"
android:label="@string/app_name"
android:configChanges="keyboardHidden|orientation"
android:configChanges="orientation|screenSize"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />