Bugs fixed related to submitting link and text posts.

This commit is contained in:
Alex Ning
2019-08-06 21:00:16 +08:00
parent 71d6f803e0
commit 77d83654aa
8 changed files with 51 additions and 43 deletions

View File

@@ -148,7 +148,7 @@
android:gravity="top"
android:padding="16dp"
android:hint="@string/post_link_hint"
android:inputType="textCapSentences|textMultiLine"
android:inputType="textMultiLine"
android:textSize="18sp"
android:background="#00000000"
android:textColor="@color/primaryTextColor" />