mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: reply page
This commit is contained in:
@@ -37,6 +37,8 @@ class VideoReplyController extends GetxController {
|
||||
|
||||
Box setting = GStorage.setting;
|
||||
|
||||
Future? futureBuilderFuture;
|
||||
|
||||
@override
|
||||
void onInit() {
|
||||
super.onInit();
|
||||
@@ -98,6 +100,7 @@ class VideoReplyController extends GetxController {
|
||||
replyList.addAll(replies);
|
||||
}
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
// 上拉加载
|
||||
|
||||
Reference in New Issue
Block a user