mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 01:23:38 +02:00
Clear composing on switching signature editor mode
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user