mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 08:09:12 +01:00
committed by
jeffrey-signal
parent
a4b7804c9b
commit
b1feb76535
@@ -238,7 +238,6 @@ 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) {
|
||||
|
||||
Reference in New Issue
Block a user