shows edit message only when user edits a message

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2024-03-26 10:08:31 +01:00 committed by Marcel Hibbe
parent 21c05f01a2
commit 2ad6b72bcf
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -249,7 +249,8 @@
layout="@layout/edit_message_view" layout="@layout/edit_message_view"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginEnd="6dp" > android:layout_marginEnd="6dp"
android:visibility="gone">
</include> </include>
<com.nextcloud.talk.ui.MessageInput <com.nextcloud.talk.ui.MessageInput