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(
|
TextSpan(
|
||||||
text: replies![i].content?.members?.isEmpty ==
|
text: replies![i].root == replies![i].parent
|
||||||
true
|
|
||||||
? ': '
|
? ': '
|
||||||
: ' '),
|
: ' '),
|
||||||
buildContent(
|
buildContent(
|
||||||
|
|||||||
Reference in New Issue
Block a user