Activates gif preview in Notifications
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user