mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-20 00:56:31 +08:00
committed by
GitHub
parent
84f7f14a29
commit
08a33d9ce5
@@ -21,7 +21,7 @@ abstract class CommonDynController extends ReplyController<MainListReply>
|
||||
late final horizontalPreview = Pref.horizontalPreview;
|
||||
late final List<double> ratio = Pref.dynamicDetailRatio;
|
||||
|
||||
double offsetDy = 1;
|
||||
final double offsetDy = 1;
|
||||
|
||||
@override
|
||||
void onInit() {
|
||||
@@ -89,4 +89,7 @@ abstract class CommonDynController extends ReplyController<MainListReply>
|
||||
cursorNext: cursorNext,
|
||||
offset: paginationReply?.nextOffset,
|
||||
);
|
||||
|
||||
@override
|
||||
List<ReplyInfo>? getDataList(MainListReply response) => response.replies;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user