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))
TranslatableRichTextViewer(
content = comment,
canPreview = false,
canPreview = true,
tags = null,
modifier = Modifier.weight(1f),
backgroundColor = MaterialTheme.colors.background,