We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cae1f6 commit 46fd94eCopy full SHA for 46fd94e
1 file changed
pythonforandroid/bootstraps/sdl2/build/src/patches/SDLActivity.java.patch
@@ -4,7 +4,7 @@
4
// This is what SDL runs in. It invokes SDL_main(), eventually
5
protected static Thread mSDLThread;
6
7
-+ public static int keyboardInputType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD;
++ public static int keyboardInputType = InputType.TYPE_CLASS_TEXT;
8
+
9
protected static SDLGenericMotionListener_API12 getMotionListener() {
10
if (mMotionListener == null) {
0 commit comments