This commit is contained in:
M66B 2023-11-24 20:49:17 +01:00
parent 20c00b8a4c
commit fa2044668c
1 changed files with 1 additions and 1 deletions

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) {