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" />