diff --git a/app/src/main/java/com/tyron/code/ui/editor/impl/text/rosemoe/CodeEditorFragment.java b/app/src/main/java/com/tyron/code/ui/editor/impl/text/rosemoe/CodeEditorFragment.java index 545141e9e..d2c4f0b1e 100644 --- a/app/src/main/java/com/tyron/code/ui/editor/impl/text/rosemoe/CodeEditorFragment.java +++ b/app/src/main/java/com/tyron/code/ui/editor/impl/text/rosemoe/CodeEditorFragment.java @@ -289,8 +289,7 @@ private void configureEditor(@NonNull CodeEditorView editor) { editor.setImportantForAutofill(View.IMPORTANT_FOR_AUTOFILL_NO); editor.setInputType(EditorInfo.TYPE_TEXT_FLAG_NO_SUGGESTIONS | EditorInfo.TYPE_CLASS_TEXT | - EditorInfo.TYPE_TEXT_FLAG_MULTI_LINE | - EditorInfo.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD); + EditorInfo.TYPE_TEXT_FLAG_MULTI_LINE); SharedPreferences pref = ApplicationLoader.getDefaultPreferences(); editor.setWordwrap(pref.getBoolean(SharedPreferenceKeys.EDITOR_WORDWRAP, false));