Activates gif preview in Notifications

pull/380/head
Vitor Pamplona 2023-04-25 17:12:48 -04:00
rodzic b9f58b3701
commit d070712f2b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,