Encrypted message is not being spellchecked anymore

This commit is contained in:
Daniel Albert 2014-08-30 16:55:47 +02:00
parent ac080b21ef
commit c7c2ccab45

View File

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