From 208e50c48c4c7714e888fcc5e78cfe7b669b8b7c Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 13 Feb 2023 10:56:02 +0100 Subject: [PATCH] Fixed separator being visible upon rotation --- app/src/main/res/layout/chat_room_detail_fragment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/chat_room_detail_fragment.xml b/app/src/main/res/layout/chat_room_detail_fragment.xml index 1ae8971b0..098b3382a 100644 --- a/app/src/main/res/layout/chat_room_detail_fragment.xml +++ b/app/src/main/res/layout/chat_room_detail_fragment.xml @@ -159,7 +159,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:visibility="@{chatSendingViewModel.isReadOnly ? View.GONE : View.VISIBLE}" - app:constraint_referenced_ids="voice_recording_separator, attached_files, attach_file, voice_record, message, send_message" /> + app:constraint_referenced_ids="attached_files, attach_file, voice_record, message, send_message" />