From 045bd9287b533e280697db0449c20c0623812af8 Mon Sep 17 00:00:00 2001 From: Cody Henthorne Date: Thu, 4 Jun 2026 11:30:22 -0400 Subject: [PATCH] Fix incorrect quote and link preview compose layout. --- .../org/thoughtcrime/securesms/components/InputPanel.java | 4 ++-- app/src/main/res/layout/conversation_input_panel.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/java/org/thoughtcrime/securesms/components/InputPanel.java b/app/src/main/java/org/thoughtcrime/securesms/components/InputPanel.java index 8eb7cfdc4b..ed7b8840a8 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/components/InputPanel.java +++ b/app/src/main/java/org/thoughtcrime/securesms/components/InputPanel.java @@ -153,8 +153,8 @@ public class InputPanel extends ConstraintLayout this.composeContainer = findViewById(R.id.compose_bubble); this.stickerSuggestion = findViewById(R.id.input_panel_sticker_suggestion); - this.quoteViewStub = new Stub<>(findViewById(R.id.quote_view_stub)); - this.linkPreviewStub = new Stub<>(findViewById(R.id.link_preview_stub)); + this.quoteViewStub = new Stub<>(findViewById(R.id.quote_view)); + this.linkPreviewStub = new Stub<>(findViewById(R.id.link_preview)); this.mediaKeyboard = findViewById(R.id.emoji_toggle); this.composeText = findViewById(R.id.embedded_text_editor); this.composeTextContainer = findViewById(R.id.embedded_text_editor_container); diff --git a/app/src/main/res/layout/conversation_input_panel.xml b/app/src/main/res/layout/conversation_input_panel.xml index 5a230cadcc..91585820d8 100644 --- a/app/src/main/res/layout/conversation_input_panel.xml +++ b/app/src/main/res/layout/conversation_input_panel.xml @@ -88,7 +88,7 @@ tools:visibility="visible" />