Disabled spell check for host names

pull/72/head
M66B 6 years ago
parent c8e9a69a91
commit 3fadcc7b07

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

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

Loading…
Cancel
Save