Browse Source

Disabled spell check for host names

main
M66B 5 years ago
parent
commit
3fadcc7b07
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      app/src/main/res/layout/fragment_account.xml
  2. +1
    -1
      app/src/main/res/layout/fragment_identity.xml

+ 1
- 1
app/src/main/res/layout/fragment_account.xml 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" />


+ 1
- 1
app/src/main/res/layout/fragment_identity.xml 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" />


Loading…
Cancel
Save