Sanitize all HTML before displaying it
1 unresolved thread
1 unresolved thread
Compare changes
@@ -22,6 +22,7 @@ import org.briarproject.bramble.api.contact.ContactId;
@@ -30,6 +31,7 @@ import static android.text.format.DateUtils.FORMAT_ABBREV_TIME;
@@ -85,7 +87,7 @@ public class UiUtils {
Wow, nice solution!