1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-01 09:16:00 +00:00
This commit is contained in:
M66B 2023-11-24 20:49:17 +01:00
parent 20c00b8a4c
commit fa2044668c

View file

@ -3957,7 +3957,7 @@ public class HtmlHelper {
}
static void clearComposingText(TextView view) {
//view.clearComposingText();
view.clearComposingText();
}
static Spanned fromHtml(@NonNull String html, Context context) {