Fix enter key send with attachments.

This commit is contained in:
Greyson Parrelli
2025-11-03 11:25:45 -05:00
committed by Michelle Tang
parent 4a99d468c7
commit a0997e6a87

View File

@@ -227,6 +227,7 @@ public class ComposeText extends EmojiEditText {
if (SignalStore.settings().isEnterKeySends()) {
editorInfo.imeOptions &= ~EditorInfo.IME_FLAG_NO_ENTER_ACTION;
editorInfo.inputType &= ~EditorInfo.TYPE_TEXT_FLAG_MULTI_LINE;
}
if (mediaListener == null) {