Skip to content

Commit 46fd94e

Browse files
author
yooble
committed
Removing VISIBLE_PASSWORD flag
1 parent 8cae1f6 commit 46fd94e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonforandroid/bootstraps/sdl2/build/src/patches/SDLActivity.java.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// This is what SDL runs in. It invokes SDL_main(), eventually
55
protected static Thread mSDLThread;
66

7-
+ public static int keyboardInputType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD;
7+
+ public static int keyboardInputType = InputType.TYPE_CLASS_TEXT;
88
+
99
protected static SDLGenericMotionListener_API12 getMotionListener() {
1010
if (mMotionListener == null) {

0 commit comments

Comments
 (0)