Fixed pasting formatted signature in HTML mode

pull/200/head
M66B 3 years ago
parent cfaf409d6e
commit 9035d73c02

@ -138,7 +138,7 @@ public class EditTextCompose extends FixedEditText {
ClipData.Item item = cbm.getPrimaryClip().getItemAt(0); ClipData.Item item = cbm.getPrimaryClip().getItemAt(0);
final String html; final String html;
String h = item.getHtmlText(); String h = (raw ? null : item.getHtmlText());
if (h == null) { if (h == null) {
CharSequence text = item.getText(); CharSequence text = item.getText();
if (text == null) if (text == null)

Loading…
Cancel
Save