mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
don't show deletion warning initially
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
0104989eef
commit
4d3acdb2f5
@ -144,7 +144,7 @@
|
|||||||
android:id="@+id/conversation_delete_notice"
|
android:id="@+id/conversation_delete_notice"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:visibility="visible"
|
android:visibility="gone"
|
||||||
tools:visibility="visible"
|
tools:visibility="visible"
|
||||||
android:layout_margin="8dp"
|
android:layout_margin="8dp"
|
||||||
app:cardCornerRadius="12dp">
|
app:cardCornerRadius="12dp">
|
||||||
|
Loading…
Reference in New Issue
Block a user