Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-15 12:37:05 +08:00
parent a2d5ecc51e
commit 14ae61f891
7 changed files with 8 additions and 8 deletions

View File

@@ -97,7 +97,7 @@ class _SearchAllPanelState
}
@override
Widget get builLoading => SliverGrid.builder(
Widget get buildLoading => SliverGrid.builder(
gridDelegate: Grid.videoCardHDelegate(context),
itemBuilder: (context, index) => const VideoCardHSkeleton(),
itemCount: 10,