From 7c3bed7dd4a345f89030ca8d1ca825140370c2f7 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 21 Aug 2024 18:44:53 +0200 Subject: [PATCH] Fixed attach file button visible while recording a voice message --- app/src/main/res/layout/chat_conversation_send_area.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/chat_conversation_send_area.xml b/app/src/main/res/layout/chat_conversation_send_area.xml index 5ae2d254b..703d8b0de 100644 --- a/app/src/main/res/layout/chat_conversation_send_area.xml +++ b/app/src/main/res/layout/chat_conversation_send_area.xml @@ -27,7 +27,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:visibility="@{viewModel.isVoiceRecording ? View.INVISIBLE : View.VISIBLE}" - app:constraint_referenced_ids="emoji_picker_toggle, message_area_background, message_to_send" /> + app:constraint_referenced_ids="attach_file, message_area_background, message_to_send" />