mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-16 14:14:01 +08:00
@@ -9,9 +9,6 @@ class MainReplyController extends ReplyController<MainListReply> {
|
||||
late final int oid;
|
||||
late final int replyType;
|
||||
|
||||
@override
|
||||
int get sourceId => oid;
|
||||
|
||||
@override
|
||||
void onInit() {
|
||||
super.onInit();
|
||||
@@ -26,7 +23,7 @@ class MainReplyController extends ReplyController<MainListReply> {
|
||||
Future<LoadingState<MainListReply>> customGetData() => ReplyGrpc.mainList(
|
||||
type: replyType,
|
||||
oid: oid,
|
||||
mode: mode.value,
|
||||
mode: mode,
|
||||
cursorNext: cursorNext,
|
||||
offset: paginationReply?.nextOffset,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user