added binding.sendButton.setOnClickListener to MessagesFragment.kt

This commit is contained in:
andrekir 2021-08-31 11:39:55 -03:00
parent 56c8fcddfb
commit 5b26714a1e
2 changed files with 11 additions and 1 deletions

View file

@ -34,7 +34,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:imeOptions="actionDone"
android:singleLine="true"
android:text="" />
</com.google.android.material.textfield.TextInputLayout>