Skip to content

Commit

Permalink
fix: reply2reply showing
Browse files Browse the repository at this point in the history
  • Loading branch information
bggRGjQaUbCoE authored and orz12 committed Sep 2, 2024
1 parent d2b21d6 commit 7499430
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/pages/video/detail/reply/widgets/reply_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,7 @@ class ReplyItemRow extends StatelessWidget {
)
],
TextSpan(
text: replies![i].content?.members?.isEmpty ==
true
text: replies![i].root == replies![i].parent
? ': '
: ' '),
buildContent(
Expand Down

0 comments on commit 7499430

Please sign in to comment.