Update src/main/java/org/thoughtcrime/securesms/components/InputPanel.java

Co-authored-by: Hocuri <hocuri@gmx.de>
This commit is contained in:
adb
2024-11-12 19:29:38 +01:00
committed by GitHub
parent d8db39f9c7
commit 5cecd5bec3
@@ -88,7 +88,7 @@ public class InputPanel extends ConstraintLayout
View quoteDismiss = findViewById(R.id.quote_dismiss);
this.quoteView = findViewById(R.id.quote_view);
this.emojiToggle = findViewById(R.id.emoji_toggle);
this.emojiToggle = findViewById(R.id.emoji_toggle);
this.composeText = findViewById(R.id.embedded_text_editor);
this.quickCameraToggle = findViewById(R.id.quick_camera_toggle);
this.quickAudioToggle = findViewById(R.id.quick_audio_toggle);