remove 255-char limit on chat messages.

If people wanna spew, let them.
This commit is contained in:
Eric House 2023-04-21 18:04:21 -07:00
parent 3c56490c01
commit 2c79df2f78

View file

@ -34,7 +34,6 @@
android:layout_weight="1"
android:scrollHorizontally="false"
android:hint="@string/chat_hint"
android:maxLength="255"
/>
<Button android:id="@+id/chat_send"
android:layout_width="wrap_content"