mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Prevent removing composing span
This commit is contained in:
@@ -4203,6 +4203,8 @@ public class HtmlHelper {
|
||||
continue;
|
||||
}
|
||||
if ((text.getSpanFlags(o) & Spanned.SPAN_COMPOSING) != 0) {
|
||||
if ("android.view.inputmethod.ComposingText".equals(o.getClass().getName()))
|
||||
continue;
|
||||
text.removeSpan(o);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user