mod: later view forwarded video

Closes #729

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-22 15:09:54 +08:00
parent 3afdd9d3f3
commit 1f2f00d49c
2 changed files with 12 additions and 0 deletions

View File

@@ -257,6 +257,7 @@ InlineSpan? richNode(item, BuildContext context) {
);
} else if (i.type == 'RICH_TEXT_NODE_TYPE_VIEW_PICTURE') {
if (i.pics?.isNotEmpty == true) {
spanChildren.add(TextSpan(text: '\n'));
spanChildren.add(
WidgetSpan(
child: LayoutBuilder(