feat(#3409): Add analytics notice to welcome screen (#3410)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-10-08 20:04:34 -05:00 committed by GitHub
parent 82b9c2e979
commit f2c9d05968
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 103 additions and 6 deletions

View file

@ -82,9 +82,3 @@ private fun Spannable.toAnnotatedString(linkStyles: TextLinkStyles): AnnotatedSt
private fun AutoLinkTextPreview() {
AutoLinkText("A text containing a link https://example.com")
}
@Preview(showBackground = true)
@Composable
private fun AutoLinkTextPreview2() {
AutoLinkText("<script>alert(0);Android users can't see this</script>")
}