mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-27 21:00:17 +08:00
@@ -101,9 +101,8 @@ class _SearchAllPanelState
|
||||
}
|
||||
|
||||
@override
|
||||
Widget get buildLoading => SliverGrid.builder(
|
||||
Widget get buildLoading => SliverGrid(
|
||||
gridDelegate: Grid.videoCardHDelegate(),
|
||||
itemBuilder: (context, index) => const VideoCardHSkeleton(),
|
||||
itemCount: 10,
|
||||
delegate: videoHDelegate,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user