Clear composing on switching signature editor mode

pull/184/head
M66B 5 years ago
parent ead68aea03
commit 1ca3917a0b

@ -219,6 +219,7 @@ public class ActivitySignature extends ActivityBase {
etText.setRaw(raw);
if (!raw || dirty) {
etText.clearComposingText();
String html = (raw
? HtmlHelper.toHtml(etText.getText(), this)
: etText.getText().toString());

Loading…
Cancel
Save