mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-24 11:10:15 +08:00
@@ -171,10 +171,9 @@ class _LivePageState extends State<LivePage>
|
||||
|
||||
Widget _buildBody(ThemeData theme, LoadingState<List?> 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