Skip to content

Commit

Permalink
listen to screenSize to not crash during orientation changes (fix bui…
Browse files Browse the repository at this point in the history
…ldozer orientation). fixes #148
  • Loading branch information
tito committed Oct 14, 2013
1 parent 6681363 commit cfda3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/AndroidManifest.tmpl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<activity android:name="org.renpy.android.PythonActivity"
android:label="@string/iconName"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode|screenSize"
android:launchMode="singleTask"
android:process=":python"
android:screenOrientation="{{ args.orientation }}"
Expand Down

0 comments on commit cfda3e6

Please sign in to comment.