From 6452abab029e9fec1b5acc478f439b7284f51726 Mon Sep 17 00:00:00 2001 From: TheScarastic Date: Thu, 11 Jan 2024 14:56:59 +0530 Subject: [PATCH] message: Don't include attachments in composeBar group --- presentation/src/main/res/layout/compose_activity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/src/main/res/layout/compose_activity.xml b/presentation/src/main/res/layout/compose_activity.xml index 1e77feaaf..6f0d427da 100644 --- a/presentation/src/main/res/layout/compose_activity.xml +++ b/presentation/src/main/res/layout/compose_activity.xml @@ -135,7 +135,7 @@ android:id="@+id/composeBar" android:layout_width="wrap_content" android:layout_height="wrap_content" - app:constraint_referenced_ids="messageBackground,attachments,attach,message,counter,send" /> + app:constraint_referenced_ids="messageBackground,attach,message,counter,send" />