Commit c25433e2 authored by Mygod's avatar Mygod

Remove suggestions when inputting custom rules

parent 0b68faf6
...@@ -10,5 +10,6 @@ ...@@ -10,5 +10,6 @@
<EditText android:id="@+id/content" <EditText android:id="@+id/content"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:inputType="textNoSuggestions"
android:lines="1"/> android:lines="1"/>
</LinearLayout> </LinearLayout>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment