mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Small (non) null fixes
This commit is contained in:
@@ -1630,6 +1630,7 @@ public class HtmlHelper {
|
||||
return preview + "…";
|
||||
}
|
||||
|
||||
@NonNull
|
||||
static String getText(Context context, String html) {
|
||||
final StringBuilder sb = new StringBuilder();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user