pull/214/head
M66B 10 months ago
parent 20c00b8a4c
commit fa2044668c

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

Loading…
Cancel
Save