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