From 12941ea19eb53509dc02c630b78d568014916388 Mon Sep 17 00:00:00 2001 From: Cody Henthorne Date: Thu, 31 Aug 2023 16:28:18 -0400 Subject: [PATCH] Fix attachment editor and schedule message bar UI overlap bug. --- .../conversation_activity_attachment_editor_stub.xml | 1 - app/src/main/res/layout/v2_conversation_fragment.xml | 10 ++++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/conversation_activity_attachment_editor_stub.xml b/app/src/main/res/layout/conversation_activity_attachment_editor_stub.xml index 62f2988f53..ddb67e4a45 100644 --- a/app/src/main/res/layout/conversation_activity_attachment_editor_stub.xml +++ b/app/src/main/res/layout/conversation_activity_attachment_editor_stub.xml @@ -2,7 +2,6 @@ + app:constraint_referenced_ids="conversation_input_panel,attachment_editor_stub,conversation_disabled_input,scheduled_messages_stub,scheduled_messages,conversation_search_bottom_bar" /> + app:layout_constraintStart_toStartOf="@id/parent_start_guideline" + app:layout_goneMarginBottom="0dp" />