Skip to content
Snippets Groups Projects
Commit c0066a75 authored by Kodexky's avatar Kodexky Committed by Craig Robbins
Browse files

Fix Android crash on keyboard connection change.

parent 714a4f85
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
<activity android:name=".MtNativeActivity"
android:label="Minetest"
android:launchMode="singleTask"
android:configChanges="orientation|keyboardHidden"
android:configChanges="orientation|keyboard|keyboardHidden|navigation"
android:screenOrientation="sensorLandscape"
android:clearTaskOnLaunch="true">
<intent-filter>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment