mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-07 01:39:18 +08:00
@@ -65,13 +65,12 @@ class _SearchPgcPanelState
|
||||
}
|
||||
|
||||
@override
|
||||
Widget get buildLoading => SliverGrid.builder(
|
||||
Widget get buildLoading => SliverGrid(
|
||||
gridDelegate: SliverGridDelegateWithExtentAndRatio(
|
||||
mainAxisSpacing: 2,
|
||||
maxCrossAxisExtent: Grid.smallCardWidth * 2,
|
||||
childAspectRatio: Style.aspectRatio * 1.5,
|
||||
),
|
||||
itemBuilder: (context, index) => const MediaPgcSkeleton(),
|
||||
itemCount: 10,
|
||||
delegate: pgcDelegate,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user