diff --git a/app/src/main/res/layout/messages_fragment.xml b/app/src/main/res/layout/messages_fragment.xml index 8a2f54ff8..acbfe90d4 100644 --- a/app/src/main/res/layout/messages_fragment.xml +++ b/app/src/main/res/layout/messages_fragment.xml @@ -33,8 +33,8 @@ android:id="@+id/messageInputText" android:layout_width="match_parent" android:layout_height="wrap_content" - android:maxLength="200" android:imeOptions="actionDone" + android:maxLength="200" android:text="" /> @@ -42,15 +42,12 @@ \ No newline at end of file