Skip to content

Commit cfda3e6

Browse files
committed
listen to screenSize to not crash during orientation changes (fix buildozer orientation). fixes kivy#148
1 parent 6681363 commit cfda3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/AndroidManifest.tmpl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<activity android:name="org.renpy.android.PythonActivity"
1717
android:label="@string/iconName"
18-
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode"
18+
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode|screenSize"
1919
android:launchMode="singleTask"
2020
android:process=":python"
2121
android:screenOrientation="{{ args.orientation }}"

0 commit comments

Comments
 (0)