mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +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) {
|
if (oid != null) {
|
||||||
list.insert(hasUpTop ? 1 : 0, replyInfo);
|
list.insert(hasUpTop ? 1 : 0, replyInfo);
|
||||||
} else {
|
} else {
|
||||||
list[index].replies.add(replyInfo);
|
list[index]
|
||||||
|
..count += 1
|
||||||
|
..replies.add(replyInfo);
|
||||||
}
|
}
|
||||||
loadingState.refresh();
|
loadingState.refresh();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user