diff options
| -rw-r--r-- | platform/android/java/lib/src/org/godotengine/godot/Godot.java | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/java/lib/src/org/godotengine/godot/Godot.java b/platform/android/java/lib/src/org/godotengine/godot/Godot.java index 1b55090451..1ae400abb5 100644 --- a/platform/android/java/lib/src/org/godotengine/godot/Godot.java +++ b/platform/android/java/lib/src/org/godotengine/godot/Godot.java @@ -467,6 +467,7 @@ public class Godot extends Fragment implements SensorEventListener, IDownloaderC  		final Activity activity = getActivity();  		Window window = activity.getWindow();  		window.addFlags(WindowManager.LayoutParams.FLAG_TURN_SCREEN_ON); +		window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_NOTHING);  		mClipboard = (ClipboardManager)activity.getSystemService(Context.CLIPBOARD_SERVICE);  		pluginRegistry = GodotPluginRegistry.initializePluginRegistry(this);  |