Commit 57211a9e authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Fixing wrong index.

parent 7d154ac4
......@@ -336,7 +336,7 @@ class ChatRoomFragment : Fragment(), ChatRoomView, EmojiKeyboardListener, EmojiR
SpannableStringBuilder()
.bold { append(usernameList[0]) }
.append(getString(R.string.msg_and))
.bold { append(usernameList[0]) }
.bold { append(usernameList[1]) }
.append(getString(R.string.msg_are_typing))
}
else -> {
......
......@@ -98,8 +98,10 @@
android:layout_marginEnd="16dp"
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:visibility="gone"
app:layout_constraintBottom_toTopOf="@id/layout_message_composer" />
android:maxLines="2"
android:visibility="visible"
app:layout_constraintBottom_toTopOf="@id/layout_message_composer"
app:layout_constraintEnd_toStartOf="parent" />
<include
android:id="@+id/layout_message_composer"
......
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