1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 14:41:08 +00:00

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