mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -619,20 +619,18 @@ class _ArticlePageState extends State<ArticlePage>
|
||||
onReply: (replyItem) => _articleCtr.onReply(
|
||||
context,
|
||||
replyItem: replyItem,
|
||||
index: index,
|
||||
),
|
||||
onDelete: (subIndex) =>
|
||||
_articleCtr.onRemove(index, subIndex),
|
||||
onDelete: (item, subIndex) =>
|
||||
_articleCtr.onRemove(index, item, subIndex),
|
||||
upMid: _articleCtr.upMid,
|
||||
callback: _getImageCallback,
|
||||
onCheckReply: (item) =>
|
||||
_articleCtr.onCheckReply(context, item, isManual: true),
|
||||
onToggleTop: (isUpTop, rpid) => _articleCtr.onToggleTop(
|
||||
onToggleTop: (item) => _articleCtr.onToggleTop(
|
||||
item,
|
||||
index,
|
||||
_articleCtr.commentId,
|
||||
_articleCtr.commentType,
|
||||
isUpTop,
|
||||
rpid,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user