Small (non) null fixes

This commit is contained in:
M66B
2020-09-10 11:14:51 +02:00
parent 1f302d894e
commit b2f9da7fd7
4 changed files with 8 additions and 10 deletions

View File

@@ -1630,6 +1630,7 @@ public class HtmlHelper {
return preview + "";
}
@NonNull
static String getText(Context context, String html) {
final StringBuilder sb = new StringBuilder();