Fix incorrect quote and link preview compose layout.

This commit is contained in:
Cody Henthorne
2026-06-04 11:30:37 -04:00
parent f1a72dd01a
commit 045bd9287b
2 changed files with 4 additions and 4 deletions
@@ -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);