opt add reply

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-27 14:15:33 +08:00
parent 8b6320730c
commit 9c3b2717ac

View File

@@ -175,7 +175,9 @@ abstract class ReplyController<R> extends CommonListController<R, ReplyInfo> {
if (oid != null) {
list.insert(hasUpTop ? 1 : 0, replyInfo);
} else {
list[index].replies.add(replyInfo);
list[index]
..count += 1
..replies.add(replyInfo);
}
loadingState.refresh();
}