mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
Fixed POP3 OAuth password length
This commit is contained in:
parent
649b71fdea
commit
cd1cc94b8a
1 changed files with 1 additions and 0 deletions
|
@ -290,6 +290,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:autofillHints="password"
|
||||
android:inputType="textPassword"
|
||||
android:maxLength="20000"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium" />
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue