mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
shows edit message only when user edits a message
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
21c05f01a2
commit
2ad6b72bcf
@ -249,7 +249,8 @@
|
||||
layout="@layout/edit_message_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="6dp" >
|
||||
android:layout_marginEnd="6dp"
|
||||
android:visibility="gone">
|
||||
</include>
|
||||
|
||||
<com.nextcloud.talk.ui.MessageInput
|
||||
|
Loading…
Reference in New Issue
Block a user