mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt add reply
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user