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" />