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:
parent
ead68aea03
commit
1ca3917a0b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue