Skip to content

Commit

Permalink
Fix freeze after unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Apr 26, 2015
1 parent fe39a90 commit a20e57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit a20e57b

Please sign in to comment.