1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 23:12:55 +00:00

Disabled spell check for host names

This commit is contained in:
M66B 2018-08-27 05:10:59 +00:00
parent c8e9a69a91
commit 3fadcc7b07
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="imap.domain.tld"
android:inputType="text"
android:inputType="textNoSuggestions"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvHost" />

View file

@ -143,7 +143,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="smtp.domain.tld"
android:inputType="text"
android:inputType="textNoSuggestions"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvHost" />