mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-25 00:18:51 -05:00
Encrypted message is not being spellchecked anymore
This commit is contained in:
parent
ac080b21ef
commit
c7c2ccab45
@ -33,7 +33,7 @@
|
||||
android:layout_height="0dip"
|
||||
android:gravity="top"
|
||||
android:hint="@string/decrypt_content_edit_text_hint"
|
||||
android:inputType="text|textCapSentences|textMultiLine|textLongMessage"
|
||||
android:inputType="text|textCapSentences|textMultiLine|textLongMessage|textNoSuggestions"
|
||||
android:scrollHorizontally="true"
|
||||
android:layout_weight="1" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user