Navigation Menu

Skip to content

Commit

Permalink
Fix Android crash on keyboard connection change.
Browse files Browse the repository at this point in the history
  • Loading branch information
KodexKy authored and Zeno- committed Jan 13, 2015
1 parent 714a4f8 commit c0066a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/android/AndroidManifest.xml.template
Expand Up @@ -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>
Expand Down

0 comments on commit c0066a7

Please sign in to comment.