diff --git a/Clover/app/src/main/res/layout/reply_captcha.xml b/Clover/app/src/main/res/layout/reply_captcha.xml index c5779f91..c31b41b0 100644 --- a/Clover/app/src/main/res/layout/reply_captcha.xml +++ b/Clover/app/src/main/res/layout/reply_captcha.xml @@ -41,6 +41,6 @@ along with this program. If not, see . android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="@string/reply_captcha" - android:inputType="textNoSuggestions"/> + android:inputType="textNoSuggestions|textVisiblePassword"/>