1
0
Fork 0
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:
M66B 2024-10-06 21:02:57 +02:00
parent 649b71fdea
commit cd1cc94b8a

View file

@ -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>