mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Workaround: remove suggestions spans without composing flag
This commit is contained in:
@@ -425,7 +425,7 @@ public class ActivitySignature extends ActivityBase {
|
||||
}
|
||||
|
||||
private String getHtml() {
|
||||
etText.clearComposingText();
|
||||
HtmlHelper.clearComposingText(etText);
|
||||
|
||||
if (etText.isRaw()) {
|
||||
saved = etText.getText().toString();
|
||||
|
||||
Reference in New Issue
Block a user