🐛 Fix content previewing will show attachments

This commit is contained in:
2024-08-01 16:28:48 +08:00
parent 47d03ce1e5
commit 9765b200b9
5 changed files with 31 additions and 11 deletions

View File

@ -253,7 +253,7 @@ class _PostItemState extends State<PostItem> {
color: _unFocusColor,
).paddingOnly(right: 6),
Text(
'postAttachmentTip'.trParams(
'attachmentHint'.trParams(
{'count': attachments.length.toString()},
),
style: TextStyle(color: _unFocusColor),