mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-08 20:14:51 +08:00
@@ -20,11 +20,8 @@ class FavSearchPage extends StatefulWidget {
|
||||
|
||||
class _FavSearchPageState
|
||||
extends
|
||||
CommonSearchPageState<
|
||||
FavSearchPage,
|
||||
FavDetailData,
|
||||
FavDetailItemModel
|
||||
> {
|
||||
CommonSearchPageState<FavSearchPage, FavDetailData, FavDetailItemModel>
|
||||
with GridMixin {
|
||||
@override
|
||||
final FavSearchController controller = Get.put(
|
||||
FavSearchController(),
|
||||
@@ -88,8 +85,6 @@ class _FavSearchPageState
|
||||
),
|
||||
];
|
||||
|
||||
late final gridDelegate = Grid.videoCardHDelegate(context, minHeight: 110);
|
||||
|
||||
@override
|
||||
Widget buildList(List<FavDetailItemModel> list) {
|
||||
return SliverGrid.builder(
|
||||
|
||||
Reference in New Issue
Block a user