mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-08 18:20:12 +08:00
@@ -80,10 +80,9 @@ class _LiveAreaChildPageState extends State<LiveAreaChildPage>
|
||||
LoadingState<List<CardLiveItem>?> loadingState,
|
||||
) {
|
||||
return switch (loadingState) {
|
||||
Loading() => SliverGrid.builder(
|
||||
Loading() => SliverGrid(
|
||||
gridDelegate: gridDelegate,
|
||||
itemBuilder: (context, index) => const VideoCardVSkeleton(),
|
||||
itemCount: 10,
|
||||
delegate: videoVDelegate,
|
||||
),
|
||||
Success(:final response) => SliverMainAxisGroup(
|
||||
slivers: [
|
||||
|
||||
Reference in New Issue
Block a user