mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: reply2reply showing
This commit is contained in:
@@ -473,8 +473,7 @@ class ReplyItemRow extends StatelessWidget {
|
||||
)
|
||||
],
|
||||
TextSpan(
|
||||
text: replies![i].content?.members?.isEmpty ==
|
||||
true
|
||||
text: replies![i].root == replies![i].parent
|
||||
? ': '
|
||||
: ' '),
|
||||
buildContent(
|
||||
|
||||
Reference in New Issue
Block a user