mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: main reply
This commit is contained in:
@@ -89,7 +89,7 @@ class VideoReplyController extends ReplyController {
|
||||
}
|
||||
if (currentPage != 1) {
|
||||
List<ReplyInfo> list = loadingState.value is Success
|
||||
? (loadingState.value as Success).response
|
||||
? (loadingState.value as Success).response.replies
|
||||
: <ReplyInfo>[];
|
||||
replies.replies.insertAll(0, list);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user