Activates gif preview in Notifications

This commit is contained in:
Vitor Pamplona
2023-04-25 17:12:48 -04:00
parent b9f58b3701
commit d070712f2b
@@ -284,7 +284,7 @@ private fun AuthorPictureAndComment(
Spacer(modifier = Modifier.width(5.dp)) Spacer(modifier = Modifier.width(5.dp))
TranslatableRichTextViewer( TranslatableRichTextViewer(
content = comment, content = comment,
canPreview = false, canPreview = true,
tags = null, tags = null,
modifier = Modifier.weight(1f), modifier = Modifier.weight(1f),
backgroundColor = MaterialTheme.colors.background, backgroundColor = MaterialTheme.colors.background,