mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 17:26:12 +00:00
Oops
This commit is contained in:
parent
20c00b8a4c
commit
fa2044668c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue