From c0066a75cd567b4dd96ff3b38550e9b3a65a529c Mon Sep 17 00:00:00 2001
From: Kodexky <kodexky@gmail.com>
Date: Mon, 12 Jan 2015 14:47:07 -0430
Subject: [PATCH] Fix Android crash on keyboard connection change.

---
 build/android/AndroidManifest.xml.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/android/AndroidManifest.xml.template b/build/android/AndroidManifest.xml.template
index 0f2061897..a0ca7993c 100644
--- a/build/android/AndroidManifest.xml.template
+++ b/build/android/AndroidManifest.xml.template
@@ -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>
-- 
GitLab