mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-01 06:40:14 +08:00
@@ -62,10 +62,9 @@ class _LiveFollowPageState extends State<LiveFollowPage> {
|
||||
|
||||
Widget _buildBody(LoadingState<List<LiveFollowItem>?> loadingState) {
|
||||
return switch (loadingState) {
|
||||
Loading() => SliverGrid.builder(
|
||||
Loading() => SliverGrid(
|
||||
gridDelegate: gridDelegate,
|
||||
itemBuilder: (context, index) => const VideoCardVSkeleton(),
|
||||
itemCount: 10,
|
||||
delegate: videoVDelegate,
|
||||
),
|
||||
Success(:final response) =>
|
||||
response != null && response.isNotEmpty
|
||||
|
||||
Reference in New Issue
Block a user