Clear composing on switching signature editor mode

This commit is contained in:
M66B
2020-07-30 21:45:32 +02:00
parent ead68aea03
commit 1ca3917a0b

View File

@@ -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());